diff --git a/index.html b/index.html index 74c9b7a9..85e4a071 100755 --- a/index.html +++ b/index.html @@ -47,16 +47,6 @@ $("#e1").select2(); }); - - -

Placeholders

A placeholder value can be defined and will be displayed until a selection is made:


+

+
+

The placeholder can be declared via a data-placeholder attribute attached to the select, or via the placeholder configuration element as seen in the example code

Optionally, a clear button (visible once a selection is made) is available to reset the select box back to the placeholder value.