Vue-select: Prop for custom "no-option" text

Created on 21 Feb 2017  路  1Comment  路  Source: sagalbot/vue-select

Is there any way to change no-option text "Sorry, no matching options."?

question

Most helpful comment

Yes, use the no-options slot.

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

http://jsbin.com/gabuge/edit?html,css,output

>All comments

Yes, use the no-options slot.

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

http://jsbin.com/gabuge/edit?html,css,output

Was this page helpful?
0 / 5 - 0 ratings

Related issues

NexoraSolutions picture NexoraSolutions  路  3Comments

FrancescoMussi picture FrancescoMussi  路  3Comments

ducdev picture ducdev  路  3Comments

twz915 picture twz915  路  3Comments

pud1m picture pud1m  路  3Comments