-
Notifications
You must be signed in to change notification settings - Fork 333
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
Creatable Item in Auto-Complete Component #250
Comments
Do you mean similar to the way Material UI works? If anyone else wants to get this feature, please leave a message here. |
not sure about material UI but something like what react-select does here The auto-complete of zeit-ui could almost replace react-select in most cases except this one which is too bad since we are losing the design if I use react-select just for this. |
Since it's not something you will prioritize, would it be okay for me to contribute by building it. Was thinking of something like It would allow to avoid using react-select and be able to use zeit-ui with the coherent design so might as well try to contribute and make it available to everyone if i'm building something like this :) |
The
Once |
I'm not sure i understand the first one. Not sure if it's good or bad but could we go incrementally and add the support for creatable and in the doc explaining that we don't support multiple on creatable and later add the support for it if it's required or asked by the community? |
Well, I thought for a while, maybe I can add this feature to |
I don't really understand what do you mean by free solo but the example but i really don't get the |
For
At this scenario,
At this scenario, if free input is not disabled, the Refer to free solo of material-ui for this. |
Feature request 🚀
Add a Creatable component to the auto-complete to be able to add the option to create an item if the search is empty. Right now it requires to handle everything ourselves and creates conflict between handlers.
It would allow us to do more like deleting the selected value when triggering the creatable because adding an option in the
onSearch
creates a false value to be selected.The current example below show how i'm doing it right now but with the flaws, i talked about above.
Expected:
Examples:
Programme:
Others:
The text was updated successfully, but these errors were encountered: