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

xuwenhao picture xuwenhao  路  3Comments

ducdev picture ducdev  路  3Comments

rafalolszewski94 picture rafalolszewski94  路  3Comments

fabianmieller picture fabianmieller  路  3Comments

NexoraSolutions picture NexoraSolutions  路  3Comments