We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the problem The card component doesn't have ref forwarding. We want to add ref forwarding for work in Chatbot: patternfly/chatbot#409
We need to add focus to the card for accessibility purposes. We have a short term work around, but would appreciate a built-in solution.
How do you reproduce the problem? See https://github.com/patternfly/patternfly-react/blob/main/packages/react-core/src/components/Card/Card.tsx; there is no ref forwarding.
Expected behavior We would appreciate ref forwarding.
Is this issue blocking you? No.
What is your product and what release date are you targeting? PatternFly ChatBot
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the problem
The card component doesn't have ref forwarding. We want to add ref forwarding for work in Chatbot: patternfly/chatbot#409
We need to add focus to the card for accessibility purposes. We have a short term work around, but would appreciate a built-in solution.
How do you reproduce the problem?
See https://github.com/patternfly/patternfly-react/blob/main/packages/react-core/src/components/Card/Card.tsx; there is no ref forwarding.
Expected behavior
We would appreciate ref forwarding.
Is this issue blocking you?
No.
What is your product and what release date are you targeting?
PatternFly ChatBot
The text was updated successfully, but these errors were encountered: