You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
I need a way to wire up to the on close event. Once the ui-select closes I need to set focus on a text input. I'm not seeing any event in the documentation to wire up to. What would be the best way to do this?
I noticed there is a $select.open boolean flag in select.js, could I put a watch on this boolean flag to determine if the ui-select dropdown has been closed?
I tried setting focus in the on-select callback, but there seems to be other things still happening that causes my text input to lose focus.
The text was updated successfully, but these errors were encountered:
I need a way to wire up to the on close event. Once the ui-select closes I need to set focus on a text input. I'm not seeing any event in the documentation to wire up to. What would be the best way to do this?
I noticed there is a $select.open boolean flag in select.js, could I put a watch on this boolean flag to determine if the ui-select dropdown has been closed?
I tried setting focus in the on-select callback, but there seems to be other things still happening that causes my text input to lose focus.
The text was updated successfully, but these errors were encountered: