-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Typeahead does not show list on focus when typeaheadMinLength="0" set #1559
Comments
there are some kind of change detection issues, I knew about them |
I've also observed this issue. Workaround for me is: |
it is not workaround, this is how angular @input binding are working |
@bartosz nice reason for small PR. |
@valorkin I am still having same issue as I could not show all options (only first 20 items out of 150 are displaying in the dropdown list on foucs). I am using |
Never mind, I managed to show all after adding |
According to documentation this feature is already supported (when typeaheadMinLength="0", the dropdown should open on click listing available options).
But it does not work for me with version 1.3.1, nor it does on the demo page:
http://valor-software.com/ng2-bootstrap/#/typeahead#forms
(It work if after getting inside the input the backspace is pressed)
The text was updated successfully, but these errors were encountered: