Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjakubhonisek <36561997+jakubhonisek@users.noreply.github.com>2018-06-25 16:29:34 +0300
committerJohann-S <johann.servoire@gmail.com>2018-06-25 16:29:34 +0300
commit49e094619b171568fcdf59cf2dbf0e8b790e8e54 (patch)
tree0f71764cf0b30b3bafa99fe34ec31b93b4f6887e /docs
parentbca4ceacc79b78e5ddb32715065aec245a636892 (diff)
feat(dropdown): add original click event
Diffstat (limited to 'docs')
-rw-r--r--docs/4.1/components/dropdowns.md1
1 files changed, 1 insertions, 0 deletions
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 |
| --- | --- |