| Prop | Default | Type |
|---|---|---|
defaultValue | stringThe 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 | booleanWhen |
modelValue | stringThe 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 | stringCurrent input values |
