-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Is there any way to handle focus event, may be with ng-focus? #344
Comments
+1 |
1 similar comment
+1 |
Using ng-click instead of ng-focus, I have solved this issue. Here is the plucker link: |
ng-click doesn't solve the issue as the event is not triggered if I tab into the select. |
Yes, it will not work with the tab. http://plnkr.co/edit/mysfJSlwETooBPP35zzz?p=preview |
I had to create a custom directive to do some focus management for work - PRs are welcome for this. |
For me it worked fine using the uis-open-close directive . I used it to display status messages while performing remote filtering but only when select has focus. |
I'd like to execute function when ui-select is focused. ng-focus seems doesn't work.
Is there any workaround?
The text was updated successfully, but these errors were encountered: