Skip to content

Commit e343b81

Browse files
Update elements/pf-search-input/docs/pf-search-input.md
Co-authored-by: Adam Johnson <[email protected]>
1 parent fe699bf commit e343b81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ Listbox options use the [APG's Roving tabindex](https://www.w3.org/WAI/ARIA/apg/
7171
| <kbd>Down Arrow</kbd> | Moves focus to the next option, optionally wrapping from the last to the first. |
7272
| <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. |
7373
| <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-
| <kbd>Home</kbd> | Moves focus to the first option in the current listbox. |
75-
| <kbd>Escape</kbd> | Close the listbox that contains focus and return focus to the toggle button. |
74+
| <kbd>Escape</kbd> | Close the listbox that contains focus and return focus to the input. |
7675
| <kbd>Any letter</kbd> | Navigates to the next option that starts with the letter. |
7776

7877
{% endband %}

0 commit comments

Comments
 (0)