vue-multiselect icon indicating copy to clipboard operation
vue-multiselect copied to clipboard

Undocumented showNoOptions prop and noOptions slot

Open bcorcoran opened this issue 6 years ago • 3 comments

Hi,

I was looking for info on how to change the "List is empty." text (or remove it) and had to go searching through the source to find it. Not a big deal but I feel like it should be documented under the props/slots list. Right now it isn't.

The prop is showNoOptions (boolean) and the slot name is noOptions.

bcorcoran avatar Nov 01 '18 18:11 bcorcoran

I need this also

wapewape avatar Mar 05 '19 17:03 wapewape

I need this also

I had this problem and looking through the repository I found how to solve it:

<template slot="noOptions">Custom text</template>

Also the prop :showNoOptions="false" solve it too.

eliamartani avatar Apr 18 '19 10:04 eliamartani

Can i merge with this, i wanted to contribute

Kamveno avatar Sep 30 '23 14:09 Kamveno