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
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ To get started take a look at the [Live demo](https://ghiscoding.github.io/multi
18
18
19
19
## Demo
20
20
Take a look at the [**Live demo**](https://ghiscoding.github.io/multiple-select-vanilla/) to see all available options/methods (there's a lot).
21
-
You can also take a look at the "[Used by](#used-by)" section below to visit real world Open Source projects taking advantage of this library.
21
+
You can also take a look at the "[Used by](#used-by)" section below to see and try live real world Open Source projects taking advantage of this library.
22
22
23
23
### Fully tested with [](https://playwright.dev/)
- dropped jQuery requirement and rewrote with browser native code.
47
47
- rewritten in TypeScript to also provide typings support (`d.ts`)
48
-
- make the lib CSP compliant (see CSP section below)
49
-
- revamped the UI to give it a more Modern Look:
48
+
- make the lib CSP compliant (see [CSP Compliance](#csp-compliance) section below)
49
+
- add E2E tests, with Playwright, for all existing examples (over 65 of them)
50
+
- revamped the UI in v3.x to give it a more Modern Look:
50
51
- improved CSS styling by using SVG icons (CSS/SASS variables are also availables)
51
52
- new Dark Mode
52
53
- replace tabIndex with a more intuitive navigation & highlight by using arrow keys (or mouse hover)
53
-
- show 3 different states on multiple selections (none " ", partial "-", all "🗸")
54
+
- show 3 different states on multiple selections (none " ", partial "-" or all "🗸")
54
55
- add extra options:
55
56
-`autoAdjustDropHeight` will automatically adjust the drop (up/down) height by available space (see [demo](https://ghiscoding.github.io/multiple-select-vanilla/#/options30))
56
57
-`autoAdjustDropPosition` will find best position (top/bottom) by its available space (see [demo](https://ghiscoding.github.io/multiple-select-vanilla/#/options29))
0 commit comments