sagalbot / vue-select

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.
https://vue-select.org
MIT License
4.62k stars 1.33k forks source link

A "placeholder" prop doesn't work #1675

Closed jhasuev closed 1 year ago

jhasuev commented 1 year ago

<v-select :options="options" :reduce="(o) => o.id" :clearable="false" placeholder="Choose ..." label="modelValue" :modelValue="modelValue" @update:modelValue="$emit('update:modelValue', $event)"

...

https://prnt.sc/oS2tkXEdQdbg

Why ? How Can I Fix That ?