1
0
mirror of synced 2025-03-10 14:46:10 +03:00

docs: more appropriate terminology ("highlight" -> "focus")

This commit is contained in:
Petr Kessler 2016-06-24 09:54:06 +02:00
parent d2d7a9c381
commit 6f21865d8a

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>