-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
Enable Search in SelectField #5386
Comments
Let me explain the issue. This will be useful when item list is very long. Example country dropdown !! |
I'm closing that issue for #1956. It has been resolved with 3 potential solutions. Have a look at the end of the thread. |
Hey there! |
@oliviertassinari This request does not seem like a multi select one, But for long list allow user to type and filter from select list , So someone does not need to scroll a long list. |
hey, joining @kavink - looking for the same functionality |
@nlicht I have started using paypal/downshift instead for now. Unless you can afford to wait for this probably dead issue. |
This should be reopened as currently I don't see straight forward way of achiving it, however it's very common to want to filter the result set. |
@vladimirivanoviliev I believe some people have already been achieving such in the v1-beta. |
@vladimirivanoviliev can you please reference this? |
@oliviertassinari currently I can only see such functionality in the 'Native Select' component (which is having it as the native element supports it) - the regular one still does not have it. Edit: Also as the v.1 is still in beta It would be nice to see this in the current (0.9xx) version of the components. |
@vladimirivanoviliev What version are you referring to |
@oliviertassinari - the version I'm referring to is the current stable one v0.2x (sorry for the typo). The project was started when the v.1 was in early beta (and doesn't work well in our cases) which is why I decided to go with the previous official release. I will upgrade to it when it's released officially as my project is already in production (using betas is not an option for me). |
For people coming to this page looking for a searchable select field, please look into the material-ui AutoComplete component. |
@bityogi Autocomplete lets you write anything other than the options. Use react select ( though) it's not material Hope somebody makes a material UI for react select |
This looks extremely promising: https://github.com/Sharlaan/material-ui-superselectfield I have not yet had a chance to implement it, but from looking at the demo it's exactly what folks have been asking for, which is a way to filter a large list and make multiple selections. |
Is there any progress here? @semi-sentient It looks like that solution is still using 0.x version. |
I kinda mash together a TextField Menu + Popper, but it does not have keyboard support. Anyone find a solution that includes the keyboard? |
I made a small component you might wanna check out. |
Would #17037 help? |
The Autocomplete is a very good one that fit my need. However you'll need to install Lab package |
more than 3 years, still not supported? |
Problem description
i wanted to create a component in material ui like adding a input searchbox inside a selectfield, Right now I have done using autocomplete but its not giving accepted behaviour .
The text was updated successfully, but these errors were encountered: