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
If you provide an initial selection for the autocomplete prompt, and you try to type, the initial index is used when you are searching. In my case (and probably most others?), this is undesirable. I am already typing and just want the sorted list to select first option. I only want intial when this.select = ''. If it is not empty, then it should behave as if I did not provide an initial.
Here is a motivating example where I have implemented this functionality:
Is your feature request related to a problem?
If you provide an initial selection for the autocomplete prompt, and you try to type, the initial index is used when you are searching. In my case (and probably most others?), this is undesirable. I am already typing and just want the sorted list to select first option. I only want intial when
this.select = ''
. If it is not empty, then it should behave as if I did not provide an initial.Here is a motivating example where I have implemented this functionality:
Describe the solution you'd like
My jerry-rigged in solution works well, but I would like to know if other users are desiring this feature and if I or someone could make a pr.
Describe alternatives you've considered
I can continue using my jerry-rig solution, for which my team will judge me.
Additional context
Example:
This issue is hard to notice, because if you have initial of 'apple' or 'base', it will behave as desired.
The text was updated successfully, but these errors were encountered: