wenzhixin / multiple-select

A jQuery plugin to select multiple elements with checkboxes :)
http://multiple-select.wenzhixin.net.cn
MIT License
1.91k stars 651 forks source link

vue large-select does not work #520

Open PickACatName opened 4 years ago

PickACatName commented 4 years ago

http://multiple-select.wenzhixin.net.cn/vue-examples#/large-select

larsbadke commented 4 years ago

Yes for me the same without vue. I can scroll the dropdown. It happens if the select options are more than 200.

wenzhixin commented 4 years ago

@PickACatName do you mean cannot filter? @larsbadke Tested and not find your problem: http://multiple-select.wenzhixin.net.cn/examples#large-select.html

dathor-ghub commented 4 years ago

I have come across this problem also. Large select works on your example but not when i use in my project. For me also the problem seems to start happening when i have more than 200 options. The exact problem is the dropdown appears but starts to flicker and you cannot select anything. Reduce the option count < 200 and problem goes away.