index
:
bootstrap
XhmikosR-patch-2
XhmikosR-patch-4
XhmikosR-patch-5
XhmikosR-patch-6
basic-sass-tests
collapse-parent-ex-link-accordion
container-reset-gutter-vars
css-vars-btn
css-vars-navbar
css-vars-tooltips
dependabot/npm_and_yarn/autoprefixer-10.3.6
docs-offcanvas-navbar
docs-tweaks
enable-container-classes
extend-snippets
feat/data-target
floating-labels-icons
form-check-reverse
form-controls-with-icons
gh-pages
gh-pages-cdn
global-focus-vars
gs-carousel-cleanup
gs-dynamic-resolve-during-build-plugins
gs-export-config-functionality
gs-forms
gs-make-template_factory
gs-scrollspy-wth-intersection_observer
gs-toasts-with-animated-progress-bar
gs-tooltip-css-tweaks
gs-use-only-one-file-as-input-on-rollup.config
gs-use-scrollspy-on-docs-table_of_contents
gs/parse-json-config
jo-docs-thanks-page
jo-ssr-friendly
js-docs-tweaks
logical-props-spacing-utils
main
main-fod-invalid-color-inputs
main-fod-nested-accordion
main-fod-simpler-table-structure
main-fod-utilities-contrast
main-mc-opensearch
main-xmr-bundlewatch-action
main-xmr-docs-hugo-rm-ver
main-xmr-docs-render-heading
main-xmr-eslint-plugin-compat
main-xmr-eslint-plugin-jasmine
main-xmr-hugo-docs-vendor
main-xmr-hugo-reorg-files
main-xmr-js-1
main-xmr-js-wip
main-xmr-linkinator-action
main-xmr-linkinator-prod
main-xmr-markdownlint
main-xmr-min-mangle
main-xmr-mv-isTouchEnabledDevice
main-xmr-pa11y-ci
main-xmr-pck-sponsors
main-xmr-rollup
main-xmr-xo
nav-underline
patrickhlauke-carousel-indicators-v4
patrickhlauke-form-validation
patrickhlauke-navs-tabs-v4
playground
pr-template
pr/34102
pr/34149
revert-33192-XhmikosR-patch-8
rohit/main/modal-with-sticky
rohit/v4-dev/modal-with-sticky
split-vars-maps-import
stale
swipe-events-as-separate-helper
table-striped-cols
v3-dev
v4-dev
v4-dev-fod-validated-input-group-with-custom-file
v4-dev-xmr-js
v4-sass-deps
v5-sass-deps
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
src
/
dropdown.js
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-28
Fix `import/extensions` issues
main-xmr-xo
XhmikosR
1
-5
/
+5
2021-09-07
Release v5.1.1 (#34869)
v5.1.1
XhmikosR
1
-1
/
+1
2021-08-04
Prepare v5.1.0. (#34674)
v5.1.0
XhmikosR
1
-1
/
+1
2021-07-22
make `dataApiKeydownHandler` to handle specific instance, avoiding extra mani...
GeoSot
1
-5
/
+5
2021-07-22
extract createPopper method
GeoSot
1
-23
/
+27
2021-07-22
handle click event in one place, remove undocumented click listener on elemen...
GeoSot
1
-11
/
+1
2021-07-22
use classList `add` instead of `toggle` on show
GeoSot
1
-2
/
+2
2021-07-22
simplify toggle
GeoSot
1
-12
/
+1
2021-07-22
Merge `dropdownInterface` to `jQueryInterface`
GeoSot
1
-10
/
+8
2021-07-22
Add `isShown` method and reuse it
GeoSot
1
-6
/
+10
2021-06-22
Release v5.0.2 (#34276)
v5.0.2
XhmikosR
1
-1
/
+1
2021-06-03
Add `getOrCreateInstance` method in base-component (#33276)
GeoSot
1
-8
/
+2
2021-05-22
Automatically select an item in the dropdown when using arrow keys (#34052)
alpadev
1
-11
/
+10
2021-05-19
Add `getNextActiveElement` helper function to utils, replacing custom impleme...
GeoSot
1
-16
/
+6
2021-05-13
Release v5.0.1 (#33972)
v5.0.1
XhmikosR
1
-1
/
+1
2021-05-13
Move get element functionality to a helper (#33327)
GeoSot
1
-6
/
+2
2021-05-11
Extract static `DATA_KEY` & `EVENT_KEY` to base-component (#33635)
GeoSot
1
-3
/
+3
2021-05-11
Fix: Click on input outside of dropdown-menu prevents dropdown from closing (...
alpadev
1
-10
/
+4
2021-05-11
Refactor: move disposing properties into the base class (#33740)
GeoSot
1
-3
/
+0
2021-05-05
Release v5.0.0 (#33647)
v5.0.0
XhmikosR
1
-1
/
+1
2021-04-20
Dropdown — Add option to make the dropdown menu clickable (#33389)
Rohit Sharma
1
-7
/
+13
2021-04-18
fix: clicking an item in navbar dropdown collapses the dropdown in firefox (#...
alpadev
1
-1
/
+1
2021-04-18
Change `toggle` method to `remove`
Rohit Sharma
1
-2
/
+2
2021-04-18
Use context properties
Rohit Sharma
1
-4
/
+3
2021-04-18
Refactor dropdown's hide functionality
Rohit Sharma
1
-50
/
+33
2021-04-11
refactor: make static `selectMenuItem` method private (#33589)
alpadev
1
-26
/
+26
2021-04-11
Remove element event listeners through base component (#33429)
GeoSot
1
-1
/
+0
2021-04-11
Dropdown — Don't use event delegation
Rohit Sharma
1
-3
/
+3
2021-04-11
Use cached `noop` function everywhere
Rohit Sharma
1
-3
/
+3
2021-04-01
Add missing things in `hide` method of dropdown (#33451)
Rohit Sharma
1
-2
/
+9
2021-04-01
Fix dropdown escape propagation (#33479)
alpadev
1
-28
/
+35
2021-03-30
Use our `isDisabled` util on dropdown (#33456)
GeoSot
1
-5
/
+5
2021-03-23
Release v5.0.0-beta3 (#33439)
v5.0.0-beta3
XhmikosR
1
-1
/
+1
2021-03-23
Allow data-toggle="dropdown" and form click events to bubble
Casey Holzer
1
-12
/
+19
2021-03-02
Dropdown — Drop `flip` option (#33198)
Rohit Sharma
1
-3
/
+0
2021-03-02
refactor: use a Map instead of an Object in dom/data (#32180)
alpadev
1
-2
/
+2
2021-02-16
util: change `isRTL` to a function (#32446)
XhmikosR
1
-6
/
+6
2021-02-12
Fix event handler removal in dropdown/carousel dispose (#33000)
Kyle Tsang
1
-1
/
+2
2021-02-10
Release v5.0.0-beta2 (#32467)
v5.0.0-beta2
XhmikosR
1
-1
/
+1
2021-02-09
Add function type for `popperConfig` option (#32882)
Rohit Sharma
1
-5
/
+5
2021-02-09
Dropdown — Change the selector to check the use of Popper (#33003)
Rohit Sharma
1
-2
/
+2
2021-02-09
Remove .dropdown-menu[style] reset and adjust .dropdown-menu-* modifiers
Mark Otto
1
-2
/
+13
2021-02-09
Remove custom `fallbackPlacements` from dropdown (#32843)
Rohit Sharma
1
-6
/
+0
2021-02-04
Fix Popper preventOverflow boundary config (#32845)
Kyle Tsang
1
-1
/
+1
2021-02-03
Fix dropdown keys to open menu (#32750)
Siju Samson
1
-0
/
+6
2021-02-03
Dropdown — Emit events on the `.dropdown-toggle` button (#32625)
Rohit Sharma
1
-7
/
+5
2021-02-03
Remove the initial margin from dropdown/popover in favor of Popper (#32524)
Rohit Sharma
1
-1
/
+1
2021-01-28
Restore offset option for dropdown component
joke2k
1
-2
/
+22
2021-01-13
Throw a `TypeError` instead of the generic `Error` (#32585)
Rohit Sharma
1
-1
/
+1
2020-12-21
Support Popper virtual elements (#32376)
Nils K
1
-1
/
+10
[next]