1
0
mirror of synced 2025-02-10 17:19:23 +03:00

Correct typo in "options" page

Correct a typo in the "options" page, "Data Adapters" section, "Do the
id properties have to be strings?" part.
">select<" to "<select>"
This commit is contained in:
Anas Shekhamis 2016-05-29 12:36:00 +03:00
parent 566c7846fb
commit ffe780db53

View File

@ -38,7 +38,7 @@ $('select').select2({
</h3> </h3>
<p> <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 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 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 string to a string, which will work for most situations, but it is