Merge pull request #4441 from uestla/docs-1
docs: more appropriate terminology ("highlight" -> "focus")
This commit is contained in:
commit
3f8492b62f
@ -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