We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0334144 commit4a952b4Copy full SHA for 4a952b4
docs/content/forms/autocomplete.md
@@ -398,12 +398,12 @@ The Autocomplete component includes several accessibility features:
398
{{< bs-table >}}
399
| Key| Action|
400
| ---| ---|
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|
+|<kbd>Arrow Down</kbd>| Navigate to the next option or open dropdown|
+|<kbd>Arrow Up</kbd>| Navigate to the previous option|
+|<kbd>Enter</kbd>| Select the highlighted option|
+|<kbd>Escape</kbd>| Close the dropdown and clear focus|
+|<kbd>Tab</kbd>| Accept hint completion (when hints are enabled)|
+|<kbd>Backspace</kbd>/<kbd>Delete</kbd>| Clear input and trigger search|
407
{{< /bs-table >}}
408
409
##Customizing