-
Notifications
You must be signed in to change notification settings - Fork 759
[FIX] Keyboard navigation for modals #2127
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] Keyboard navigation for modals #2127
Conversation
Thank you for opening this pull request with us! Be sure to follow our Pull Request Practices. Let us know if you have any questions on Slack. |
c7819dc
to
9a90ff2
Compare
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.
Thanks so much for working on this and putting up a PR relatively quickly 🎉 Also thanks for writing a contributor blurb!
Have some feedback, let me know if you have any questions!
5a6c9dd
to
e0d2c72
Compare
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.
Thanks for the updates, great work! Have some more feedback, and I think after that we should be good to go 🚀
e0d2c72
to
4259444
Compare
@julianguyen Thanks for the feedback!, PR is ready for review. |
4259444
to
45a6d08
Compare
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.
Fantastic work!! Thanks so much for taking this on and going through the review process 👏 🎉
Thank you for merging this pull request with us! If you haven't already, in another pull request, please add yourself to our About page. |
Thanks @julianguyen You are doing fantastic work, Pleasure 🙏 to be part of this initiative. Keep doing the good work! |
Description
handleKeyPress
function. Earlier on every key press it was calling thetoggleOpen
method.Now only when it's enter key then only the
toggleOpen
will be called.Corresponding Issue
#2118
Reviewing this pull request? Check out our Code Review Practices guide if you haven't already!