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

edalzell picture edalzell  路  3Comments

FrancescoMussi picture FrancescoMussi  路  3Comments

davidalvarezr picture davidalvarezr  路  3Comments

mattWalters0 picture mattWalters0  路  3Comments

lau-a picture lau-a  路  3Comments