Can Autocomplete take arbitrary values? #1422
sebastian-eggers-pcg
started this conversation in
General
Replies: 2 comments 7 replies
-
@sebastian-eggers-pcg The taglist has a prop |
Beta Was this translation helpful? Give feedback.
7 replies
-
Also interested in this feature, thanks for creating the discussion! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, Autocomplete always resets its value when the user starts typing and leaves the input without choosing a value.
In our usecase, we want to use Autocomplete only for suggestions, but also want to accept arbitrary inputs.
Is there an option for this (we did not find any), or can this somehow be solved somehow via an event callback or hook?
Beta Was this translation helpful? Give feedback.
All reactions