| Prop | Default | Type |
|---|---|---|
defaultOpen | booleanThe open state of the dropdown menu when it is initially rendered. Use when you do not need to control its open state. | |
dir | 'ltr' | 'rtl'The reading direction of the combobox when applicable. If omitted, inherits globally from | |
modal | true | booleanThe modality of the dropdown menu. When set to |
open | booleanThe controlled open state of the menu. Can be used as |
| Emit | Payload |
|---|---|
update:open | [payload: boolean]Event handler called when the open state of the submenu changes. |
| Slots (default) | Payload |
|---|---|
open | booleanCurrent open state |
