diff --git a/docs/_includes/options/selections/placeholder.html b/docs/_includes/options/selections/placeholder.html index db428281..3dd5ef9c 100644 --- a/docs/_includes/options/selections/placeholder.html +++ b/docs/_includes/options/selections/placeholder.html @@ -55,7 +55,7 @@ $('select').select2({
- When using Select2 when only a single selection can be made, the placeholder option will be passed through the standard templating methods, incluidng the templateSelection
option, so you are able to change how it is displayed.
+ When using Select2 when only a single selection can be made, the placeholder option will be passed through the standard templating methods, including the templateSelection
option, so you are able to change how it is displayed.
Select2 uses the native placeholder
attribute on input boxes for the multiple select, and that attribute is not supported in older versions of Internet Explorer. You need to include Placeholders.js on your page, or use the full build, in order to add placeholder
attribute support to input boxes.