You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- dropped jQuery requirement and rewrite with browser native code.
47
-
- rewritten in TypeScript to also add typings support (`d.ts`)
48
-
- make the lib CSP compliant (see explanations below)
46
+
- dropped jQuery requirement and rewrote with browser native code.
47
+
- rewritten in TypeScript to also provide typings support (`d.ts`)
48
+
- make the lib CSP compliant (see CSP section below)
49
49
- revamped the UI to give it a more Modern Look:
50
-
-improve CSS styling and use SVG icons (CSS/SASS variables are also availables)
50
+
-improved CSS styling by using SVG icons (CSS/SASS variables are also availables)
51
51
- new Dark Mode
52
52
- replace tabIndex with a more intuitive navigation & highlight by using arrow keys (or mouse hover)
53
53
- show 3 different states on multiple selections (none " ", partial "-", all "🗸")
54
-
- add new options:
54
+
- add extra options:
55
55
-`autoAdjustDropHeight` will automatically adjust the drop (up/down) height by available space (see [demo](https://ghiscoding.github.io/multiple-select-vanilla/#/options30))
56
56
-`autoAdjustDropPosition` will find best position (top/bottom) by its available space (see [demo](https://ghiscoding.github.io/multiple-select-vanilla/#/options29))
57
57
-`autoAdjustDropWidthByTextSize` automatically set the drop width size by reading the widest list option width
0 commit comments