angucomplete
angucomplete copied to clipboard
mouse clicking is not triggering the selection
Mouse click is not trigger the selection like hitting the enter does.
Does anyone have a solution so far, ng-blur fix didn't fix this issue.
Did you find any solution for this?
I also have the same issue mouse click does not work , but enter key works. Any solution please?
I still don't see this issue yet. Could you guys create a jsbin or plunker example that shows how you guys are using this directive?
Try increasing the pause... worked for me, seems that there's a conflict with the blur handler on the input and the capturing of the click event on the row.
@liadlivnat @developeron29 @asadbsse @ghiden @dylanrevisited I found the solution for this bug. ng-blur fired before ng-click execute.
using ng-mousedown instead of ng-click is fixed this bug
Thanks @Kisama . This fixes it.
If you go to the example URL inspect the source, copy and paste the directive js into the js you source on your own project, it works. I don't know what the difference is but the ng-click event doesnt fire in the js found in the zip file but it does in the example url source