From 49e094619b171568fcdf59cf2dbf0e8b790e8e54 Mon Sep 17 00:00:00 2001 From: jakubhonisek <36561997+jakubhonisek@users.noreply.github.com> Date: Mon, 25 Jun 2018 15:29:34 +0200 Subject: feat(dropdown): add original click event --- docs/4.1/components/dropdowns.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/4.1/components/dropdowns.md b/docs/4.1/components/dropdowns.md index 7b2be36fe4..9adfa499bc 100644 --- a/docs/4.1/components/dropdowns.md +++ b/docs/4.1/components/dropdowns.md @@ -845,6 +845,7 @@ Note when `boundary` is set to any value other than `'scrollParent'`, the style ### Events All dropdown events are fired at the `.dropdown-menu`'s parent element and have a `relatedTarget` property, whose value is the toggling anchor element. +`hide.bs.dropdown` and `hidden.bs.dropdown` events have a `clickEvent` property (only when the original event type is `click`) that contains an Event Object for the click event. | Event | Description | | --- | --- | -- cgit v1.2.3