diff --git a/docs/pages/kdropdownmenu.vue b/docs/pages/kdropdownmenu.vue
index def77fda3..c32754d7c 100644
--- a/docs/pages/kdropdownmenu.vue
+++ b/docs/pages/kdropdownmenu.vue
@@ -7,7 +7,10 @@
Implements a dropdown set of options, based on
- Notable possible for configuring the menu include: icons, text, secondary text, and dividers. Additionally, you can customize the appearance and render complex options using the "options" slot. + Notable possible for configuring the menu include: icons, text, secondary text, and dividers. Additionally, you can customize the appearance and render complex options using the "options" slot and its associated slot-props. +
+
+ The dropdown will typically contain the user's focus while they use the arrow keys to navigate the options. The Tab
and Esc
keys will close the menu and emit a @close
event. The Tab
key will pass along the browser event that triggered the close will be emitted by way of a @tab
event on the KDropdownMenu
which can be useful for managing focus after the menu is closed.
Please see the