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
+57-2Lines changed: 57 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Create powerful user interfaces with our **Multi Select Dropdown**! This tool en
6
6
The complete guide and reference is available here: [https://codeshack.io/multi-select-dropdown-html-javascript/](https://codeshack.io/multi-select-dropdown-html-javascript/)
7
7
8
8
## Features
9
-
-**Multiple Selections**: Users can select more than one option.
9
+
-**Multiple Selections**: Users can select more than one option in the dropdown.
10
10
-**Search Functionality**: Includes a built-in search to find options quickly.
11
11
-**Dynamic Content**: Options can be dynamically added to the dropdown.
12
12
-**Customizable UI**: Style the dropdown to match your site with minimal CSS.
@@ -59,7 +59,59 @@ new MultiSelect(document.getElementById('example-multi-select'), {
59
59
placeholder:'Select options',
60
60
max:5, // Maximum number of items that can be selected
0 commit comments