Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions controls/autocomplete/keyboard-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ The following table lists the actions and keyboard combinations that are availab
| `Esc` | Takes effect only when the suggestion view is opened. It closes the suggestion view of the AutoComplete control. |
| `Up Arrow` / `Down Arrow` | When the suggestion view is opened, pressing `Up/Down Arrows` changes the highlighted item in the suggestion view list. |
| `PageUp` / `PageDown` | When the suggestion view is opened, pressing `PageUp/PageDown` changes the highlighted item. `PageUp` navigates to the first item in the visible area, `PageDown` navigates to the last item in the visible area. |
| `Backspace` (WinUI) | When there are tokens in the input area, pressing the `Backspace` key deletes the token. |

The first item in the suggestion view is highlighted by default (set as `CuttentItem`) when the view gets opened.

## See Also

Expand Down