Skip to content

Commit d10a641

Browse files
committed
add keyboard note about tab behavior on native select elements
1 parent 3f5fbde commit d10a641

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/combobox/combobox-select-only.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ <h3 id="kbd_label_listbox">Listbox Popup</h3>
181181
<ul>
182182
<li>Sets the value to the content of the focused option in the listbox.</li>
183183
<li>Closes the listbox.</li>
184-
<li>Performs the default action, moving focus to the next focusable element.</li>
184+
<li>Performs the default action, moving focus to the next focusable element.
185+
Note: the native <code>&lt;select&gt;</code> element closes the listbox but does not move focus on tab.
186+
This pattern matches the behavior of the other comboboxes rather than the native element in this case.</li>
185187
</ul>
186188
</td>
187189
</tr>

0 commit comments

Comments
 (0)