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
https://blueprintjs.com/docs/#core/components/card
Cannot use keyboard to navigate to and interact with an interactive Card element
Card
Possibly should only be keyboard accessible if onClick is defined, but if so, should be able to trigger with keyboard.
onClick
Use a generic wrapper component that hooks up keyboard navigation support when adding onClick to elements that are not keyboard accessible by default.
Similar issue to #4782, but in this issue cannot navigate to with keyboard at all, in addition to not being able to trigger action with keyboard.
The text was updated successfully, but these errors were encountered:
Also applies to the related CardList component
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
https://blueprintjs.com/docs/#core/components/card
Actual behavior
Cannot use keyboard to navigate to and interact with an interactive
Card
elementExpected behavior
Possibly should only be keyboard accessible if
onClick
is defined, but if so, should be able to trigger with keyboard.Possible solution
Use a generic wrapper component that hooks up keyboard navigation support when adding
onClick
to elements that are not keyboard accessible by default.Similar issue to #4782, but in this issue cannot navigate to with keyboard at all, in addition to not being able to trigger action with keyboard.
The text was updated successfully, but these errors were encountered: