|
@@ -86,7 +86,7 @@ $('select').select2({
|
|
Because Select2 falls back to an <code><optgroup></code> when
|
|
Because Select2 falls back to an <code><optgroup></code> when
|
|
creating nested options, only
|
|
creating nested options, only
|
|
<a href="#how-many-levels-of-nesting-can-there-be">a single level of nesting</a>
|
|
<a href="#how-many-levels-of-nesting-can-there-be">a single level of nesting</a>
|
|
- is supported. Any additional levels of nesting is not guarenteed to be
|
|
|
|
|
|
+ is supported. Any additional levels of nesting is not guaranteed to be
|
|
displayed properly across all browsers and devices.
|
|
displayed properly across all browsers and devices.
|
|
</p>
|
|
</p>
|
|
|
|
|
|
@@ -147,4 +147,4 @@ var data = $.map(yourArrayData, function (obj) {
|
|
return obj;
|
|
return obj;
|
|
});
|
|
});
|
|
{% endhighlight %}
|
|
{% endhighlight %}
|
|
-</section>
|
|
|
|
|
|
+</section>
|