-
Notifications
You must be signed in to change notification settings - Fork 72
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
Accessibility improvement in Choose New Password page #7665
Conversation
- Add onKeyDown handler function to check to Enter/Return key press. - Call this handler function on both input fields. - Add tests for this added functionality.
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.
Great work @HabibSentongo . Just one small change request
Oops! Looks like you forgot to update the changelog. When updating CHANGELOG.md, please consider the following:
|
@HabibSentongo It looks like the tests are failing. You can ignore the one that's unrelated to your changes i.e. the |
Fixes #5502