Prop | Default | Type |
---|---|---|
dir | 'ltr' | 'rtl' The reading direction of the combobox when applicable. If omitted, inherits globally from | |
modal | true | boolean The modality of the dropdown menu. When set to |
pressOpenDelay | 700 | number The duration from when the trigger is pressed until the menu openes. |
Emit | Payload |
---|---|
update:open | [payload: boolean] Event handler called when the open state of the submenu changes. |