-
Notifications
You must be signed in to change notification settings - Fork 160
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(multi-select): move filterable attribute out of scope for styles #10608
fix(multi-select): move filterable attribute out of scope for styles #10608
Conversation
Deploy preview created for package Built with commit: c141060304089cb58a4f12f7a5b1ac81e5b94311 |
Deploy preview created for package Built with commit: c141060304089cb58a4f12f7a5b1ac81e5b94311 |
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, thanks anna!!
Deploy preview created for package Built with commit: c141060304089cb58a4f12f7a5b1ac81e5b94311 |
Deploy preview created for package Built with commit: c141060304089cb58a4f12f7a5b1ac81e5b94311 |
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.
looks good to me!
Related Ticket(s)
Filterable doesn't work in multi-select#9729
Description
The filterable option for
multi-select
doesn't appear to work because the styles to hide the options are not coming through when pulling in the package externally outside of storybook.You can see it currently doesn't appear to filter in this codesandbox: https://codesandbox.io/p/sandbox/dazzling-burnell-4my6t8
Moving the selector out of the scope should fix this.
Changelog
Changed