We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5fbde commit d10a641Copy full SHA for d10a641
examples/combobox/combobox-select-only.html
@@ -181,7 +181,9 @@ <h3 id="kbd_label_listbox">Listbox Popup</h3>
181
<ul>
182
<li>Sets the value to the content of the focused option in the listbox.</li>
183
<li>Closes the listbox.</li>
184
- <li>Performs the default action, moving focus to the next focusable element.</li>
+ <li>Performs the default action, moving focus to the next focusable element.
185
+ Note: the native <code><select></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>
187
</ul>
188
</td>
189
</tr>
0 commit comments