Fix typo in placeholderOption section
This commit is contained in:
parent
aca6eb6240
commit
428bda3747
@ -1112,7 +1112,7 @@ $(document).ready(function () {
|
||||
</td></tr>
|
||||
<tr><td>placeholderOption</td><td>function/string</td><td>
|
||||
<p>When attached to a <code>select</code> resolves the <code>option</code> that should be used as the placeholder.
|
||||
Can either be a function which given the <code>select</code> element should return the <code>optoin</code>
|
||||
Can either be a function which given the <code>select</code> element should return the <code>option</code>
|
||||
element or a string <code>first</code> to indicate that the first option should be used.</p>
|
||||
<p>This option is useful when Select2's default of using the first option only if it has no value and no text is not suitable.</p>
|
||||
</td></tr>
|
||||
|
Loading…
Reference in New Issue
Block a user