This repository has been archived by the owner on May 29, 2019. It is now read-only.
Typeahead : attribute "typeahead-is-toggled" to know if dropdown is toggled #4760
Labels
Milestone
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: