Vue-select: Is it possible to display options if search is unsucessful ? (e.g.: Create new...)

Created on 25 Apr 2017  路  2Comments  路  Source: sagalbot/vue-select

If the user's search is returning nothing, I would like to propose one (or more) action(s) possible
Create new is the best example.

Thanks for your time

support

Most helpful comment

You can use the no-options slot to change the wording displayed there, and you can include a button there to do whatever action you want. Here's a full example:

https://codepen.io/sagalbot/pen/WjEOaG?editors=1010

All 2 comments

You can use the no-options slot to change the wording displayed there, and you can include a button there to do whatever action you want. Here's a full example:

https://codepen.io/sagalbot/pen/WjEOaG?editors=1010

Huge thanks ! Exactly what I needed ! Thanks for the hard work :)

Was this page helpful?
0 / 5 - 0 ratings