Skip to content
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

Multiselect search #350

Open
tymmesyde opened this issue Mar 20, 2023 · 1 comment
Open

Multiselect search #350

tymmesyde opened this issue Mar 20, 2023 · 1 comment
Labels
enhancement Current feature enhancement

Comments

@tymmesyde
Copy link
Member

Allow to search on Multiselect like native select element does
#329 (comment)

@tymmesyde tymmesyde added the enhancement Current feature enhancement label Mar 20, 2023
@sleeyax
Copy link
Member

sleeyax commented Mar 20, 2023

I think this is not as straightforward to implement as it looks, considering the current combobox is actually a div element. Not sure if we can get away with using a regular select element instead though, I know styling possibilities have improved over the years as internet explorer died of but I'm not sure what the current state of that is. If using a native select element is not an option, we'll need some JS magic to make it work in a similar (and accessible) manner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Current feature enhancement
Projects
None yet
Development

No branches or pull requests

2 participants