docs: more appropriate terminology ("highlight" -> "focus")
This commit is contained in:
parent
d2d7a9c381
commit
6f21865d8a
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user