You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know you can supply an "initial" value to autocomplete but that has to match an option. What I want is the ability to supply an initial value of the input so that the options can be filtered immediately on first render. The use case is using this with a git cli where the user can submit a keyword to filter branches and so they would be presented with relevant branches instead of all of the git branches (hundreds of options).
Describe the solution you'd like
An option like initialInput or prefill where you could specify how the options are initially filtered and it would show up in the input automatically on first render.
Describe alternatives you've considered
I can't really think of a workaround or alternative solution for this.
Additional context
None.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
I know you can supply an "initial" value to autocomplete but that has to match an option. What I want is the ability to supply an initial value of the input so that the options can be filtered immediately on first render. The use case is using this with a git cli where the user can submit a keyword to filter branches and so they would be presented with relevant branches instead of all of the git branches (hundreds of options).
Describe the solution you'd like
An option like
initialInput
orprefill
where you could specify how the options are initially filtered and it would show up in the input automatically on first render.Describe alternatives you've considered
I can't really think of a workaround or alternative solution for this.
Additional context
None.
The text was updated successfully, but these errors were encountered: