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
> **Note** that in our demo we are actually adding `unsafe-inline` simply because we are using Vite (which is not CSP compliant in Dev mode), but the library should work nonetheless without `unsafe-inline`.
137
+
> [!NOTE]
138
+
> in our demo we are only adding `unsafe-inline` simply because we are using Vite (which is not CSP compliant in Dev mode), but the library should work nonetheless without `unsafe-inline`.
138
139
139
140
### Installation / Structure
140
141
@@ -149,9 +150,10 @@ dist/
149
150
browser/
150
151
multiple-select.js # ESM build, use with: window.multipleSelect
151
152
locales/
152
-
multiple-select-all-locales.js # all-in-1 locales as ESM
0 commit comments