We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d7a9c commit 6f21865Copy full SHA for 6f21865
1 file changed
docs/_includes/examples/basics.html
@@ -69,13 +69,13 @@ <h2>Select boxes with labels</h2>
69
<div class="s2-example">
70
<p>
71
<label for="id_label_single">
72
- Click this to highlight the single select element
+ Click this to focus the single select element
73
<select class="js-example-basic-single js-states form-control" id="id_label_single"></select>
74
</label>
75
</p>
76
77
<label for="id_label_multiple">
78
- Click this to highlight the multiple select element
+ Click this to focus the multiple select element
79
<select class="js-example-basic-multiple js-states form-control" id="id_label_multiple" multiple="multiple"></select>
80
81
0 commit comments