diff --git a/test/select-multiple.html b/test/select-multiple.html index ea909a2..73a5ebc 100644 --- a/test/select-multiple.html +++ b/test/select-multiple.html @@ -31,7 +31,7 @@

Select multiple inputs

- @@ -41,7 +41,7 @@
- @@ -51,7 +51,7 @@
- @@ -61,7 +61,7 @@
- @@ -73,7 +73,7 @@
- @@ -82,7 +82,7 @@
- @@ -91,7 +91,16 @@
- + + + + +
+ +
+ + + + + + + + + +
- +
- +
- +
- +
- +
- +
- +
- + +
+ +
+ +
@@ -118,6 +123,11 @@ } }], }); + + new Choices('#choices-placeholder', { + placeholder: true, + placeholderValue: 'I am a placeholder', + }); });