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

feature: possibility to show typeahead full list #413

Closed
rbaarsma opened this issue Apr 14, 2016 · 1 comment
Closed

feature: possibility to show typeahead full list #413

rbaarsma opened this issue Apr 14, 2016 · 1 comment

Comments

@rbaarsma
Copy link
Contributor

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

@hongbo-miao
Copy link
Contributor

@rbaarsma thanks, a nice PR, link to my old issue. Help to close both issues together later.

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

2 participants