You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: elements/pf-search-input/docs/pf-search-input.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,8 +69,8 @@ Listbox options use the [APG's Roving tabindex](https://www.w3.org/WAI/ARIA/apg/
69
69
| <kbd>Shift + Tab</kbd> | Moves focus to the toggle button and closes listbox. |
70
70
| <kbd>Up Arrow</kbd> | Moves focus to the previous option, optionally wrapping from the first to the last. |
71
71
| <kbd>Down Arrow</kbd> | Moves focus to the next option, optionally wrapping from the last to the first. |
72
-
| <kbd>Left Arrow</kbd> |Moves focus to the previous option, optionally wrapping from the first to the last. |
73
-
| <kbd>Right Arrow</kbd> |Moves focus to the next option, optionally wrapping from the last to the first. |
72
+
| <kbd>Left Arrow</kbd> |Returns focus to the combobox without closing the popup and moves the input cursor one character to the left. If the input cursor is on the left-most character, the cursor does not move. |
73
+
| <kbd>Right Arrow</kbd> |Returns focus to the combobox without closing the popup and moves the input cursor one character to the right. If the input cursor is on the right-most character, the cursor does not move. |
74
74
| <kbd>Home</kbd> | Moves focus to the first option in the current listbox. |
75
75
| <kbd>Escape</kbd> | Close the listbox that contains focus and return focus to the toggle button. |
76
76
| <kbd>Any letter</kbd> | Navigates to the next option that starts with the letter. |
0 commit comments