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 would very much like to give users the possibility to view the entire list. Preferably by default on focus and/or with a toggle button next to the input.
Although the show() and hide() functions are public I cannot find a way to access them in my component. Also even if I was able to do so, I'd still have to manually add the matches as all matches for it to work.
A quick solution I came up with is to allow minLength=0 and I coded this into a fork, but I'm not sure if it's the most logical solution and it still does not make it possible to toggle it with a button.
I would very much like to give users the possibility to view the entire list. Preferably by default on focus and/or with a toggle button next to the input.
Although the show() and hide() functions are public I cannot find a way to access them in my component. Also even if I was able to do so, I'd still have to manually add the matches as all matches for it to work.
A quick solution I came up with is to allow minLength=0 and I coded this into a fork, but I'm not sure if it's the most logical solution and it still does not make it possible to toggle it with a button.
I made a pull request for this solution:
#412
The text was updated successfully, but these errors were encountered: