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

feat(combox) allow add value to list, if not exist #442

Open
DamirSadykov opened this issue Jul 11, 2024 · 0 comments
Open

feat(combox) allow add value to list, if not exist #442

DamirSadykov opened this issue Jul 11, 2024 · 0 comments

Comments

@DamirSadykov
Copy link

Is your feature request related to a problem? Please describe.
I am creating a form component that lets users select options dynamically. If a user enters a value that is not already in the combobox list, it should be added. I checked the API Reference but couldn't find a way to do this.

Describe the solution you'd like
Expected behavior:
When the enter key is pressed, if the value is not in the list, it should be added and processed as if it was already there.

Describe alternatives you've considered
I was looking at onInputChange, from which I take the value after pressing enter and directly add it to the list for the combobox.


I can try create PR for it issue

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

No branches or pull requests

1 participant