Vue-select: Customize "Sorry, no matching options." text?

Created on 26 Apr 2017  路  3Comments  路  Source: sagalbot/vue-select

This is more of a request rather then an issue, but it would be great to customize this text.

Most helpful comment

You can use the no-options slot:

<vselect>
  <span slot="no-options">Nothing here.</span>
</vselect>

Really need to add that to the docs.

All 3 comments

You can use the no-options slot:

<vselect>
  <span slot="no-options">Nothing here.</span>
</vselect>

Really need to add that to the docs.

thank you so much

Was this page helpful?
0 / 5 - 0 ratings

Related issues

owenconti picture owenconti  路  15Comments

sergiocastrovale picture sergiocastrovale  路  21Comments

sagalbot picture sagalbot  路  18Comments

peteyb picture peteyb  路  18Comments

SoldierCorp picture SoldierCorp  路  21Comments