From 69600667e6d2a9c98aae6d962d888d672a532b2e Mon Sep 17 00:00:00 2001
From: sedrubal
When setting options globally, any past defaults that have been set will
- be overriden. Default options are only used when an option is requested
+ be overridden. Default options are only used when an option is requested
that has not been set during initialization.
- By default, Select2 will send the query term as well as the pagination data as query parameters in requests. You can override the data that is sent to your API, or change any of the query paramters, by overriding the style
declaration into the tag.
ajax.data
option.
+ By default, Select2 will send the query term as well as the pagination data as query parameters in requests. You can override the data that is sent to your API, or change any of the query parameters, by overriding the ajax.data
option.
<optgroup>
when
creating nested options, only
a single level of nesting
- is supported. Any additional levels of nesting is not guarenteed to be
+ is supported. Any additional levels of nesting is not guaranteed to be
displayed properly across all browsers and devices.
- Select2 has an internal event system that works independently of the DOM event system. This internal event system is only accesssible from plugins and adapters that are connected to Select2. + Select2 has an internal event system that works independently of the DOM event system. This internal event system is only accessible from plugins and adapters that are connected to Select2.
- \ No newline at end of file + diff --git a/docs/_includes/options/selections/placeholder.html b/docs/_includes/options/selections/placeholder.html index 3dd5ef9c..4d3728da 100644 --- a/docs/_includes/options/selections/placeholder.html +++ b/docs/_includes/options/selections/placeholder.html @@ -18,7 +18,7 @@ $('select').select2({
- This usually means that you do not have a blank <option></option>
as the first option in your <select>
.
+ This usually means that you do not have a blank <option></option>
as the first option in your <select>
.
@@ -71,7 +71,7 @@ $('select').select2({ {% endhighlight %}
- When multiple selections are allowed, the placeholder will be displayed using the placeholder
attribute on the search box. You can cusotmize the display of this placholder using CSS, as explained in the following Stack Overflow answer: Change an input's HTML5 placeholder color with CSS
+ When multiple selections are allowed, the placeholder will be displayed using the placeholder
attribute on the search box. You can customize the display of this placeholder using CSS, as explained in the following Stack Overflow answer: Change an input's HTML5 placeholder color with CSS