We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f5f72 commit 787d20eCopy full SHA for 787d20e
1 file changed
docs/_includes/options/data/select.html
@@ -47,7 +47,7 @@ <h3>
47
Select2 will convert the <code><option></code> tag into a data object based on the following rules.
48
</p>
49
50
-{% highlight js linenos %}
+{% highlight txt linenos %}
51
{
52
"id": "value attribute" || "option text",
53
"text": "label attribute" || "option text",
@@ -59,7 +59,7 @@ <h3>
59
And <code><optgroup></code> tags will be converted into data objects using the following rules
60
61
62
63
64
"text": "label attribute",
65
"children": [ option data object, ... ],
0 commit comments