Skip to content

Commit 831c66f

Browse files
committed
chore: documentation update
1 parent dc98108 commit 831c66f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elements/pf-search-input/docs/pf-search-input.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ Listbox options use the [APG's Roving tabindex](https://www.w3.org/WAI/ARIA/apg/
6969
| <kbd>Shift + Tab</kbd> | Moves focus to the toggle button and closes listbox. |
7070
| <kbd>Up Arrow</kbd> | Moves focus to the previous option, optionally wrapping from the first to the last. |
7171
| <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. |
7474
| <kbd>Home</kbd> | Moves focus to the first option in the current listbox. |
7575
| <kbd>Escape</kbd> | Close the listbox that contains focus and return focus to the toggle button. |
7676
| <kbd>Any letter</kbd> | Navigates to the next option that starts with the letter. |

0 commit comments

Comments
 (0)