Prop | Default | Type |
---|---|---|
defaultValue | string The value of the menu that should be open when initially rendered. Use when you do not need to control the value state. | |
dir | 'ltr' | 'rtl' The reading direction of the combobox when applicable. If omitted, inherits globally from | |
loop | false | boolean When |
modelValue | string The controlled value of the menu to open. Can be used as |
Emit | Payload |
---|---|
update:modelValue | [value: boolean] Event handler called when the value changes. |
Slots (default) | Payload |
---|---|
modelValue | string Current input values |