Hi!
How I can change the message "Sorry, no matching options."?
Thanks
Hi @limatheus,
You can change the message using the no-options slot:
<v-select>
<span slot="no-options">No matching results.</span>
</v-select>
Here's a JSBin example.
Thank you @sagalbot!
Works like a charm.
Most helpful comment
Hi @limatheus,
You can change the message using the
no-optionsslot:Here's a JSBin example.