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 May 29, 2019. It is now read-only.
I would like to know if the dropdown is open in order to change others elements behaviour during this time.
I didn't find any clean method to succeed.
The only solution I found was to check the dropdown attribute "aria-hidden" :
Hi,
I would like to know if the dropdown is open in order to change others elements behaviour during this time.
I didn't find any clean method to succeed.
The only solution I found was to check the dropdown attribute "aria-hidden" :
but I don't really like it and the attribute change is not fired by angular when we click outside the dropdown.
What do you think about adding a new attribute to typeahead in order to bind a boolean to the
isOpen()
intern typeahead function.Thank you,
Nicolas VARGAS
The text was updated successfully, but these errors were encountered: