-
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: filterable multiselect search issue #16729
fix: filterable multiselect search issue #16729
Conversation
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
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. |
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
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. |
7b11747
to
1c76d24
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.
LGTM once the Test
story is removed.
763e480
Hey there! v11.60.0 was just released that references this issue/PR. |
Closes #16145
When using a FilterableMultiSelect inside of a Tab/TabPanel and you use the search bar to filter the list, if there is a scroll bar and you use the mouse to scroll the list, the search term clears out, just as if you were to click outside of the FilterableMultiSelect. Doing the same while not in a Tab/TabPanel does NOT clear the search term (as expected and desired).
Changelog
New
Testing / Reviewing
Select the filterable multi select inside the Test story, search on aa and then try to scroll the list by scrollbar the search field should not get empty
Try clicking outside anywhere on the screen when filterable multiselect is opened, it should work as intended.