<slot name="noOptions">List is empty.</slot> Isn't documented
the slot is useful and need to be in the API list.
the slot isn't in the list and I was forced to find it in the source code.
:+1: for that and for showNoOptions config option to completely disable this slot (useful when using debounce + async)
noOptions slot was already documented here https://github.com/shentao/vue-multiselect/pull/854
But it seems the page was not updated
<multiselect v-model="" :options="" placeholder="" label="">
<span slot="noOptions">Warning...</span>
</multiselect>
Most helpful comment
:+1: for that and for
showNoOptionsconfig option to completely disable this slot (useful when using debounce + async)