1
0
mirror of synced 2025-02-03 21:59:24 +03:00

Merge pull request #4441 from uestla/docs-1

docs: more appropriate terminology ("highlight" -> "focus")
This commit is contained in:
Kevin Brown 2016-06-24 09:17:24 -04:00 committed by GitHub
commit 3f8492b62f

View File

@ -69,13 +69,13 @@ $(".js-example-basic-multiple").select2();
<div class="s2-example">
<p>
<label for="id_label_single">
Click this to highlight the single select element
Click this to focus the single select element
<select class="js-example-basic-single js-states form-control" id="id_label_single"></select>
</label>
</p>
<p>
<label for="id_label_multiple">
Click this to highlight the multiple select element
Click this to focus the multiple select element
<select class="js-example-basic-multiple js-states form-control" id="id_label_multiple" multiple="multiple"></select>
</label>
</p>