shentao/vue-multiselect

Undocumented showNoOptions prop and noOptions slot

Open

#868 geöffnet am 1. Nov. 2018

Auf GitHub ansehen
 (3 Kommentare) (25 Reaktionen) (0 zugewiesene Personen)JavaScript (6.559 Stars) (994 Forks)batch import
good first issue

Beschreibung

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.

Contributor Guide