Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 6e522b9

Browse files
Ghislain BeaulacGhislain Beaulac
authored andcommitted
refactor(select): update comments
1 parent f1efe01 commit 6e522b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/lib/multiple-select/multiple-select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* - "autoAdjustDropPosition" (defaults to False) when set will automatically calculate the area with the most available space and use best possible choise for the drop to show (up or down)
1818
* - "autoDropWidth" (defaults to False) when set will automatically adjust the dropdown width with the same size as the select element width
1919
* - "autoAdjustDropWidthByTextSize" (defaults to false) when set will automatically adjust the drop (up or down) width by the text size (it will use largest text width)
20-
* - "adjustHeightPadding" (defaults to 20) when using "autoAdjustDropHeight" we might want to add a bottom (or top) padding instead of taking the entire available space
20+
* - "adjustHeightPadding" (defaults to 10) when using "autoAdjustDropHeight" we might want to add a bottom (or top) padding instead of taking the entire available space
2121
* - "maxWidth" (defaults to 500) when using "autoAdjustDropWidthByTextSize" we want to make sure not to go too wide, so we can use "maxWidth" to cover that
2222
* - "minWidth" (defaults to undefined) when using "autoAdjustDropWidthByTextSize" and we want to make sure to have a minimum width
2323
* - "domElmOkButtonHeight" defaults to 26 (as per CSS), that is the "OK" button element height in pixels inside the drop when using multiple-selection

0 commit comments

Comments
 (0)