Fixes typos in docs
* Updates Disabled Mode docs * Updates Disabled Results docs
This commit is contained in:
parent
512269fa40
commit
4a5d753112
@ -3,7 +3,7 @@
|
|||||||
<h1 id="disabled">Disabled mode</h1>
|
<h1 id="disabled">Disabled mode</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Select2 will response the <code>disabled</code> attribute on
|
Select2 will respond to the <code>disabled</code> attribute on
|
||||||
<code><select></code> elements. You can also initialize Select2
|
<code><select></code> elements. You can also initialize Select2
|
||||||
with <code>disabled: true</code> to get the same effect.
|
with <code>disabled: true</code> to get the same effect.
|
||||||
</p>
|
</p>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<h1 id="disabled-results">Disabled results</h1>
|
<h1 id="disabled-results">Disabled results</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Select2 will correctly handled disabled results, both with data coming
|
Select2 will correctly handle disabled results, both with data coming
|
||||||
from a standard select (when the <code>disabled</code> attribute is set)
|
from a standard select (when the <code>disabled</code> attribute is set)
|
||||||
and from remote sources, where the object has
|
and from remote sources, where the object has
|
||||||
<code>disabled: true</code> set.
|
<code>disabled: true</code> set.
|
||||||
|
Loading…
Reference in New Issue
Block a user