type |
String |
'menu' |
The ARIA role type of the menu ('menu' or 'listbox'). |
open |
Boolean |
false |
Whether the menu is open. |
quick |
Boolean |
false |
Whether to skip open/close animations. |
align |
Placement |
'bottom-start' |
Menu alignment relative to trigger (e.g., 'top', 'bottom-start'). |
alignStrategy |
Strategy |
'absolute' |
Positioning strategy ('absolute' or 'fixed'). |
offset |
Number |
0 |
Offset from the trigger element in pixels. |
keepOpenBlur |
Boolean |
false |
Whether to keep menu open when focus is lost. |
keepOpenClickItem |
Boolean |
false |
Whether to keep menu open when an item is clicked. |
keepOpenClickAway |
Boolean |
false |
Whether to keep menu open when clicking outside. |
noListControl |
Boolean |
false |
Whether to disable list keyboard navigation control. |
noFocusControl |
Boolean |
false |
Whether to disable automatic focus management. |
tabIndex |
Number |
0 |
The tab index of the menu element. |