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
/
tests
/
unit
/
dropdown.spec.js
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-22
handle click event in one place, remove undocumented click listener on elemen...
GeoSot
1
-24
/
+2
2021-06-03
Add `getOrCreateInstance` method in base-component (#33276)
GeoSot
1
-0
/
+54
2021-05-22
Automatically select an item in the dropdown when using arrow keys (#34052)
alpadev
1
-8
/
+33
2021-05-13
Move get element functionality to a helper (#33327)
GeoSot
1
-1
/
+2
2021-05-11
Fix test warning for dropdown, without expectations (#33938)
GeoSot
1
-0
/
+1
2021-05-11
Fix: Click on input outside of dropdown-menu prevents dropdown from closing (...
alpadev
1
-2
/
+28
2021-05-11
Remove potential false positive assertions (#33288)
Ben Lertlumprasertkul
1
-7
/
+7
2021-04-25
Add missing test for clicking select option in a dropdown (#33734)
alpadev
1
-0
/
+41
2021-04-20
Dropdown — Add option to make the dropdown menu clickable (#33389)
Rohit Sharma
1
-4
/
+97
2021-04-11
Update tests to check for `noop` to be removed
Rohit Sharma
1
-2
/
+3
2021-04-01
Add missing things in `hide` method of dropdown (#33451)
Rohit Sharma
1
-1
/
+35
2021-04-01
Fix dropdown escape propagation (#33479)
alpadev
1
-0
/
+33
2021-03-23
Allow data-toggle="dropdown" and form click events to bubble
Casey Holzer
1
-2
/
+49
2021-03-17
Update unit tests for Popper V2 (#32662)
Rohit Sharma
1
-1
/
+1
2021-02-22
Allow constructors to accept a CSS selector (#32245)
Rohit Sharma
1
-0
/
+18
2021-02-16
Add tests for `DATA_KEY` (#33090)
GeoSot
1
-0
/
+6
2021-02-12
Fix event handler removal in dropdown/carousel dispose (#33000)
Kyle Tsang
1
-0
/
+5
2021-02-09
Add function type for `popperConfig` option (#32882)
Rohit Sharma
1
-0
/
+22
2021-02-09
Remove .dropdown-menu[style] reset and adjust .dropdown-menu-* modifiers
Mark Otto
1
-1
/
+59
2021-02-03
Fix dropdown keys to open menu (#32750)
Siju Samson
1
-0
/
+48
2021-02-03
Dropdown — Emit events on the `.dropdown-toggle` button (#32625)
Rohit Sharma
1
-103
/
+99
2021-01-28
Restore offset option for dropdown component
joke2k
1
-0
/
+48
2021-01-13
Throw a `TypeError` instead of the generic `Error` (#32585)
Rohit Sharma
1
-6
/
+4
2020-12-21
Support Popper virtual elements (#32376)
Nils K
1
-0
/
+52
2020-12-06
Update to popper.js v2.x
Johann-S
1
-93
/
+2
2020-12-04
feat(RTL): implement RTL
Gaël Poupard
1
-10
/
+10
2020-11-29
Switch to Jasmine's `toBeInstanceOf` matcher
XhmikosR
1
-1
/
+1
2020-11-29
create a base component
Johann-S
1
-0
/
+1
2020-11-21
Be consistent with Popper's name. (#32224)
XhmikosR
1
-7
/
+7
2020-11-14
Add `bs` in data attributes
Rohit Sharma
1
-106
/
+106
2020-11-02
tests: tweak Jasmine usage (#32046)
XhmikosR
1
-2
/
+2
2020-05-06
tests: streamline HTML end tags (#30648)
XhmikosR
1
-4
/
+4
2020-04-24
Remove caret element (#30633)
Tanguy Krotoff
1
-1
/
+1
2020-04-17
Fix crash when pressing ArrowUp the first time
Tanguy Krotoff
1
-0
/
+28
2020-04-17
Replace event.which with event.key and event.button
Tanguy Krotoff
1
-56
/
+52
2020-03-23
Use next dropdown menu instead of first of the parent
Martijn Cuppens
1
-27
/
+27
2020-02-01
tests: Remove button `href`s (#30119)
Martijn Cuppens
1
-50
/
+50
2019-10-17
Skip hidden dropdowns while focusing (#29523)
Jeremy Jackson
1
-0
/
+37
2019-10-09
Rename "js/tests/units" to "js/tests/unit". (#29503)
XhmikosR
1
-0
/
+1564