Skip to content

Commit 4a952b4

Browse files
committed
docs(Autocomplete): update content
1 parent 0334144 commit 4a952b4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/content/forms/autocomplete.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -398,12 +398,12 @@ The Autocomplete component includes several accessibility features:
398398
{{< bs-table >}}
399399
| Key | Action |
400400
| --- | --- |
401-
| `Arrow Down` | Navigate to the next option or open dropdown |
402-
| `Arrow Up` | Navigate to the previous option |
403-
| `Enter` | Select the highlighted option |
404-
| `Escape` | Close the dropdown and clear focus |
405-
| `Tab` | Accept hint completion (when hints are enabled) |
406-
| `Backspace/Delete` | Clear input and trigger search |
401+
| <kbd>Arrow Down</kbd> | Navigate to the next option or open dropdown |
402+
| <kbd>Arrow Up</kbd> | Navigate to the previous option |
403+
| <kbd>Enter</kbd> | Select the highlighted option |
404+
| <kbd>Escape</kbd> | Close the dropdown and clear focus |
405+
| <kbd>Tab</kbd> | Accept hint completion (when hints are enabled) |
406+
| <kbd>Backspace</kbd>/<kbd>Delete</kbd> | Clear input and trigger search |
407407
{{< /bs-table >}}
408408

409409
## Customizing

0 commit comments

Comments
 (0)