1
0
mirror of synced 2025-02-16 20:13:16 +03:00

Merge pull request #4389 from anasshekhamis/master

Correct typo in "options" page
This commit is contained in:
Kevin Brown 2016-06-11 19:47:14 -04:00 committed by GitHub
commit 083c2112df

View File

@ -38,7 +38,7 @@ $('select').select2({
</h3>
<p>
Because the <code>value</code> attributes on a <code>&gt;select&lt;</code>
Because the <code>value</code> attributes on a <code>&lt;select&gt;</code>
tag must be strings, the <code>id</code> property on the data objects must
also be strings. Select2 will attempt to convert anything that is not a
string to a string, which will work for most situations, but it is