lusaxweb / vuesax

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

<vs-select multiple/> the select box on each select closed (production mode) #934

Open miladhp opened 3 years ago

miladhp commented 3 years ago
Uptiie commented 3 years ago

Have you found a fix for this?

miladhp commented 3 years ago

@Uptiie I had to change the active property on the <vs-select> component on the change event to handle this bug, but the item's dropdown disappear a moment on change :|

Uptiie commented 3 years ago

Yeah I had to switch to bootstrap-vue

summersongoncalves commented 1 year ago

hi guys I fix the bug. PR #872 a validation on line 442 , probably a typo vs-select--options to vs-select--option I woud like to create a pull request but I think the project is not being maintenance. image I suggest to you guys, create a fork, build and upload in a npm, best regards