angucomplete-alt
angucomplete-alt copied to clipboard
Tap on Autocomplete-alt dropdown causes updating results on android
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/
+1
+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