Skip to content

Commit bfc2362

Browse files
Merge pull request #1279 from telerik/didi/ac-keyboard
update autocomplete keyboard
2 parents ccbeb70 + ad702f7 commit bfc2362

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

controls/autocomplete/keyboard-support.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ The following table lists the actions and keyboard combinations that are availab
1919
| `Esc` | Takes effect only when the suggestion view is opened. It closes the suggestion view of the AutoComplete control. |
2020
| `Up Arrow` / `Down Arrow` | When the suggestion view is opened, pressing `Up/Down Arrows` changes the highlighted item in the suggestion view list. |
2121
| `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. |
22+
| `Backspace` (WinUI) | When there are tokens in the input area, pressing the `Backspace` key deletes the token. |
23+
24+
The first item in the suggestion view is highlighted by default (set as `CuttentItem`) when the view gets opened.
2225

2326
## See Also
2427

0 commit comments

Comments
 (0)