Dropdown events don't reset when trigger one after the other. #34258
Unanswered
roryheaney
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure if this is a bug or not, but I've noticed when toggling between multiple dropdowns. If you test what events are firing, it always ends with the
hidden
event.Example:
Open Dropdown 1
-- show / shown
Open Dropdown 2
-- show / shown / hidden
It fires the hidden event last for the previous dropdown after show and shown fire for the 2nd dropdown and so on.
Shouldn't it be that if you click on the other dropdown ( doesn't matter the order ), that hide / hidden fire first because 1 is being closes while the other is opening?
Beta Was this translation helpful? Give feedback.
All reactions