-
Notifications
You must be signed in to change notification settings - Fork 10
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
SQFormAutocomplete allow user to set value not in list of options. #249
Comments
SQFormAutocomplete has the option to be free solo and allow values not in the options array. ✅ Closes: #249
I was looking into this and turns out MUI allows this already with If we decide this a feature we want we would need to add it to SQFormAsyncAutocomplete in a similar manner. |
We've used this https://material-ui.com/components/autocomplete/#creatable If We have 1 final design decision to make, I'm passing the below video to Nemeth for final direction. |
It was removed to fix a different issue; #214 |
Got it! This time around, the approach is |
Chris Nemeth approved Option 1 for Creating an item that doesn't exist in the list of dropdown options. |
The proposal is to allow consumers of the SQFormAutocomplete component to opt into allowing an option not in the list options to be set for the field.
Instead of seeing the "No options" in the list when you type something that is not in the list we would add an option for what they have typed like:
stack it like :
They would then be able to select that value and have their value that doesn't exist in our list persist
The text was updated successfully, but these errors were encountered: