-
Notifications
You must be signed in to change notification settings - Fork 495
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
Tap on Autocomplete-alt dropdown causes updating results on android #506
Comments
+1 |
2 similar comments
+1 |
+1 |
I am also facing the same issue. I tried to remove the ng-blur event from template and it is working on second time once it gets initialized |
+1 removing the blur event is not the solution, because then the sugestion list will not disappear once you click outside the input. |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an issue on android phones. When user inputs a query and taps on suggestion, nothing happens, angucomplete-alt updates results, and after second tap it works. This bug you can see on demo page https://ghiden.github.io/angucomplete-alt/
The text was updated successfully, but these errors were encountered: