Vue-multiselect: "noOptions" slot is not documented

Created on 6 Dec 2018  路  3Comments  路  Source: shentao/vue-multiselect

Reproduction Link

Steps to reproduce

           <slot name="noOptions">List is empty.</slot> Isn't documented

Expected behaviour

the slot is useful and need to be in the API list.

Actual behaviour

the slot isn't in the list and I was forced to find it in the source code.

good first issue

Most helpful comment

:+1: for that and for showNoOptions config option to completely disable this slot (useful when using debounce + async)

All 3 comments

:+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>

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alexhyriavets picture alexhyriavets  路  3Comments

Uninen picture Uninen  路  4Comments

eleftrik picture eleftrik  路  4Comments

focussing picture focussing  路  3Comments

PrimozRome picture PrimozRome  路  3Comments