Reka UI logoReka
backdrop
PropDefaultType
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 ConfigProvider or assumes LTR (left-to-right) reading mode.

loop
false
boolean

When true, keyboard navigation will loop from last item to first, and vice versa.

modelValue
string

The controlled value of the menu to open. Can be used as v-model.

EmitPayload
update:modelValue
[value: boolean]

Event handler called when the value changes.

Slots (default)Payload
modelValue
string

Current input values