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

ducdev picture ducdev  路  3Comments

rudykaze picture rudykaze  路  3Comments

mattWalters0 picture mattWalters0  路  3Comments

gilles6 picture gilles6  路  3Comments

PrimozRome picture PrimozRome  路  4Comments