shentao/vue-multiselect

Undocumented showNoOptions prop and noOptions slot

Aberta

#868 aberto em 1 de nov. de 2018

 (3 comentários) (25 reações) (0 responsável)JavaScript (994 forks)batch import
good first issue

Métricas do repositório

Stars
 (6.559 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador