Vue-select: No matching result

Created on 12 Sep 2016  路  2Comments  路  Source: sagalbot/vue-select

Hi!

How I can change the message "Sorry, no matching options."?

Thanks

Most helpful comment

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.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

FrancescoMussi picture FrancescoMussi  路  3Comments

jluterek picture jluterek  路  3Comments

PrimozRome picture PrimozRome  路  4Comments

twz915 picture twz915  路  3Comments

rudykaze picture rudykaze  路  3Comments