lusaxweb / vuesax

New Framework Components for Vue.js 2
https://lusaxweb.github.io/vuesax/
MIT License
5.64k stars 741 forks source link

Multi select does not close on blur. #624

Open Canser opened 5 years ago

Canser commented 5 years ago

Hi everyone.

Thank you for this great project.

I think we have a bug on multiple select inputs.

Multi select inputs do not close after blur event. With autocomplete it's okay. But without it, the select won't close.

It's even on the official page: https://lusaxweb.github.io/vuesax/components/selects.html#autocomplete

Keyyubi commented 5 years ago

Hi everyone.

Thank you for this great project.

I think we have a bug on multiple select inputs.

Multi select inputs do not close after blur event. With autocomplete it's okay. But without it, the select won't close.

It's even on the official page: https://lusaxweb.github.io/vuesax/components/selects.html#autocomplete

* MacOS Mojave

* Node.js 10.15

* Vuesax ^3.9.0

* Chrome 75.0.3770.142

* Installed using npm

I have the same issue also

Canser commented 5 years ago

629 Please see the fix here.