-
Notifications
You must be signed in to change notification settings - Fork 84
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
refactor(multi-select): hide select list on blur #3877
refactor(multi-select): hide select list on blur #3877
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit a26f656:
|
Hey @customcodepl I tried reproducing the issue in a sandbox and it doesn't seem to have quite fixed it , I think the issue might be across all the select variants https://codesandbox.io/s/carbon-quickstart-forked-dtjil?file=/src/index.js |
Hi Ed, you are right. It's still in progress. I'll fix it. -- |
51b7330
to
1dbd12b
Compare
@customcodepl can you add it for https://codesandbox.io/s/carbon-quickstart-forked-c6u8u?file=/src/index.js:698-710 |
1dbd12b
to
c419e23
Compare
66b15a6
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.
approve for cypress
tests
44a62d9
3edd64e
to
44a62d9
Compare
…lose-dropdown-when-it-loses-focus
…lose-dropdown-when-it-loses-focus
🎉 This PR is included in version 68.18.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Proposed behaviour
Hide menu on blur
Current behaviour
Menu like Select or FilterableSelect stays open when the tab is changed
https://codesandbox.io/s/dazzling-roentgen-snkff?fontsize=14&hidenavigation=1&theme=dark
Checklist
d.ts
file added or updated if requiredAdditional context
Fixes: #3833
Testing instructions
https://codesandbox.io/s/carbon-quickstart-forked-lhcqp?file=/src/index.js