setOpen(false)"
@keydown.down.stop.prevent="handleKey(EDirections.DOWN)"
@keydown.up.stop.prevent="handleKey(EDirections.UP)"
@keydown.esc.stop.prevent="() => setOpen(false)"
@keydown.enter.stop.prevent="handleEnterKey"
>
{{ wrappedValue.label }}
{{ placeholder }}
-
{{ getOptionName(option) }}