-
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(MultiSelect): remove enter key select #13362
fix(MultiSelect): remove enter key select #13362
Conversation
Co-authored-by: Prakarsh Shrivastava <[email protected]> Co-authored-by: Pratik Karad <[email protected]>
I have read the DCO document and I hereby sign the DCO. |
✅ Deploy Preview for carbon-components-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
It looks like there is a linting error (MenuKeyDownEnter
can be removed if it is not used), and the tests need to be updated to account for the new behavior (can change the failing tests' truthiness)
Hey @tw15egan, I have corrected the lint error and test cases. |
@pratikkarad yeah, running the whole test suite is time-consuming. You can run specific tests by running this command from the root of the monorepo:
If you use VS Code, you can also install the |
Thanks for the suggestion. I have updated the PR. PTAL, Thanks! |
Closes #13119
Removed
Enter
key from MultiSelect keyboard selection