option
element must be provided (<option></option>
)
for the placeholder to work.
-
+
When Select2 is used in multi-select mode the placeholder must be a string.
When attached to a select
an option
with an empty value must be provided.
- This is the option that will be selected when the button is pressed since a select box requires
- at least one selection option
.
Also, note that this option only works with
diff --git a/select2-latest.html b/select2-latest.html
index 021356e1..3999b364 100755
--- a/select2-latest.html
+++ b/select2-latest.html
@@ -215,6 +215,16 @@ $("#e10_3").select2({
+ Browser Compatibility
+
+
+