-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
fix(tile): ClickableTile
should navigate on keypress
#14945
fix(tile): ClickableTile
should navigate on keypress
#14945
Conversation
✅ Deploy Preview for v11-carbon-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 ✅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested & looks good!
e41a4db
I know this issue is already merged, but i just ran into a related issue and i think i may have insight as to why
If a user defines their own callback for
|
Reported on slack
I can't find a good reason as to why the keydown handler would need to call
preventDefault()
. I think it was added by accident during the functional refactor, #9721Changelog
Changed
evt.preventDefault()
in the keydown handlerTesting / Reviewing