aboutsummaryrefslogtreecommitdiff
path: root/js/src/dropdown.js
AgeCommit message (Expand)AuthorFilesLines
2022-03-08Fix dropdownslouismaxime.piton1-2/+18
2022-03-01Dropdown: Simplify dataKeyApiHandler (#35870)GeoSot1-39/+14
2022-02-28Add centered dropdown and dropup optionsMark Otto1-0/+12
2022-02-19Dropdown: use a better selector to avoid triggering click if button is disabl...GeoSot1-5/+1
2022-02-19Dropdown: use a combined selector to filter foreign not shown instances itera...GeoSot1-6/+3
2022-02-01Dropdown: use destructured variables in `dataApyKeydownHandler`GeoSot1-6/+7
2022-02-01Dropdown: dropdown doesn't document `data-bs-target` option & `parentNode` is...GeoSot1-2/+1
2022-02-01Dropdown: merge instance identification in `dataApiKeydownHandler`GeoSot1-1/+1
2022-01-30Dropdown: use only one check for shown stateGeoSot1-4/+4
2022-01-30Dropdown: get dropdown's parent in one placeGeoSot1-12/+7
2022-01-29dropdown: Move constantXhmikosR1-4/+2
2022-01-29Rename variablesXhmikosR1-6/+6
2021-12-10Extract Component config functionality to a separate class (#33872)GeoSot1-11/+3
2021-12-09Dropdown: fix toggle focus after dropdown is hidden using the `ESC` button (#...GeoSot1-0/+1
2021-12-01Dropdown: clearMenus is always an event callbackGeoSot1-18/+16
2021-12-01Dropdown: Clean moreGeoSot1-4/+3
2021-12-01Dropdown: rename varsGeoSot1-6/+8
2021-12-01Dropdown: Remove redundant `Space` checkGeoSot1-14/+4
2021-12-01Dropdown: Deduplicate complex checkGeoSot1-7/+14
2021-12-01Dropdown: Remove redundant check since the `show` method already does itGeoSot1-4/+1
2021-12-01Dropdown: Change constant to the way we use itGeoSot1-2/+2
2021-12-01Dropdown: Merge `display='static'` & `isNavbar` functionality activating stat...GeoSot1-14/+5
2021-12-01Dropdown: Remove static method used onceGeoSot1-5/+1
2021-10-13JS: minor refactoring (#35183)XhmikosR1-16/+2
2021-10-09Merge remote-tracking branch 'remotes/origin/v513'XhmikosR1-1/+1
2021-10-09Bump version to 5.1.3.XhmikosR1-1/+1
2021-10-05Fix a `unicorn/no-array-callback-reference` issueXhmikosR1-1/+1
2021-10-05Enable `unicorn/no-array-for-each` ruleXhmikosR1-6/+7
2021-10-05Enable `unicorn/no-for-loop` ruleXhmikosR1-2/+2
2021-10-05Release v5.1.2 (#35114)XhmikosR1-1/+1
2021-09-07Release v5.1.1 (#34869)v5.1.1XhmikosR1-1/+1
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR1-1/+1
2021-07-22make `dataApiKeydownHandler` to handle specific instance, avoiding extra mani...GeoSot1-5/+5
2021-07-22extract createPopper methodGeoSot1-23/+27
2021-07-22handle click event in one place, remove undocumented click listener on elemen...GeoSot1-11/+1
2021-07-22use classList `add` instead of `toggle` on showGeoSot1-2/+2
2021-07-22simplify toggleGeoSot1-12/+1
2021-07-22Merge `dropdownInterface` to `jQueryInterface`GeoSot1-10/+8
2021-07-22Add `isShown` method and reuse itGeoSot1-6/+10
2021-06-22Release v5.0.2 (#34276)v5.0.2XhmikosR1-1/+1
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot1-8/+2
2021-05-22Automatically select an item in the dropdown when using arrow keys (#34052)alpadev1-11/+10
2021-05-19Add `getNextActiveElement` helper function to utils, replacing custom impleme...GeoSot1-16/+6
2021-05-13Release v5.0.1 (#33972)v5.0.1XhmikosR1-1/+1
2021-05-13Move get element functionality to a helper (#33327)GeoSot1-6/+2
2021-05-11Extract static `DATA_KEY` & `EVENT_KEY` to base-component (#33635)GeoSot1-3/+3
2021-05-11Fix: Click on input outside of dropdown-menu prevents dropdown from closing (...alpadev1-10/+4
2021-05-11Refactor: move disposing properties into the base class (#33740)GeoSot1-3/+0
2021-05-05Release v5.0.0 (#33647)v5.0.0XhmikosR1-1/+1
2021-04-20Dropdown — Add option to make the dropdown menu clickable (#33389)Rohit Sharma1-7/+13