-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdown — Emit events on the .dropdown-toggle
button
#32625
Conversation
It does not change/break the previous behavior though @XhmikosR |
I haven't looked closely, but if it's not a breaking change please finish the patch so that we ship it. I guess we could think about backporting it if it's really a safe patch. |
4f57b51
to
358d29f
Compare
I believe that the |
358d29f
to
55416f1
Compare
Emit the events on `.dropdown-toggle` button and then bubble up
55416f1
to
cc45999
Compare
Does this also fix #30882 ? |
Emit all events on the
.dropdown-toggle
button instead of.dropdown
. Now seems thatrelatedTarget
is not needed because the toggling element is available in the main event's target. @XhmikosRCloses #31935