diff options
| author | jakubhonisek <[email protected]> | 2018-06-25 15:29:34 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2018-06-25 15:29:34 +0200 |
| commit | 49e094619b171568fcdf59cf2dbf0e8b790e8e54 (patch) | |
| tree | 0f71764cf0b30b3bafa99fe34ec31b93b4f6887e /docs | |
| parent | bca4ceacc79b78e5ddb32715065aec245a636892 (diff) | |
| download | bootstrap-49e094619b171568fcdf59cf2dbf0e8b790e8e54.tar.xz bootstrap-49e094619b171568fcdf59cf2dbf0e8b790e8e54.zip | |
feat(dropdown): add original click event
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.1/components/dropdowns.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/4.1/components/dropdowns.md b/docs/4.1/components/dropdowns.md index 7b2be36fe..9adfa499b 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 | | --- | --- | |
