fix typo in docs
`createSearhChoice` -> `createSearchChoice`
This commit is contained in:
parent
d9f72b4c22
commit
ae6b4ab317
@ -1140,7 +1140,7 @@ $("#tags").select2({
|
||||
|
||||
The default tokenizer will only be used if the <code>tokenSeparators</code> and <code>createSearchChoice</code>
|
||||
options are specified. The default tokenizer will split the string using any separator in <code>tokenSeparators</code>
|
||||
and will create and select choice objects using <code>createSearhChoice</code> option. It will also
|
||||
and will create and select choice objects using <code>createSearchChoice</code> option. It will also
|
||||
ignore duplicates, silently swallowing those tokens.
|
||||
</td></tr>
|
||||
<tr id="doc-tokenSeparators"><td>tokenSeparators</td><td>array</td><td>
|
||||
|
Loading…
Reference in New Issue
Block a user