aboutsummaryrefslogtreecommitdiff
path: root/js/src/dropdown
AgeCommit message (Collapse)AuthorFilesLines
2019-10-03return to the original file structure to avoid breaking modularityJohann-S2-2109/+0
2019-08-25dropdown show method should do the same as toggleJohann-S2-23/+41
2019-08-22Remaining JS linting TODO (#29289)Markus Hatvan1-8/+8
* Enable and fix all occurrences with no-mixed-operators rule * Take care of the max-depth warning in button.js Signed-off-by: mhatvan <[email protected]>
2019-08-22dropdown - destroy old popper.js referencesJohann-S2-6/+44
2019-08-18Remove useless check for null object with spread operatorJohann-S1-8/+4
2019-08-18Minor wording tweaksXhmikosR1-1/+1
2019-08-18allow to pass popper.js configuration for tooltip/popover and dropdownJohann-S2-3/+34
2019-08-02add a way to disable jQuery detectionJohann-S1-2/+4
2019-07-29remove underscore for static methodsJohann-S2-31/+31
2019-07-24use get selector from element only when neededJohann-S1-9/+2
2019-07-23use qunit css for our fixtureJohann-S1-16/+0
2019-07-23rewrite dropdown unit testsJohann-S2-0/+2047