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

Bug on more than 200 itens #528

Closed mvnp closed 4 years ago

mvnp commented 4 years ago

http://i.imgur.com/6EJiWoN.png

I have states with more than 200 cities and when I try to use the select scrool, it starts to flash and doesn't scroll down. Someone else had this error?

wenzhixin commented 4 years ago

Please provide an Online Example to show your problem, thanks!

kirubz commented 4 years ago

Hi,

Thanks for the nice plugin.

Please find the example in the below link (flicker)

http://multiple-select-live.wenzhixin.net.cn/code/kirubz/1800

In this example, the dropdown is available inside hidden div.

Please let me know if you need any more information.

kirubz commented 4 years ago

Hi, For the above problem, we hidden the control after initialized. Please let me know if any solution available with hidden div. Thanks

wenzhixin commented 4 years ago

Ref #526, need to use the refresh method. http://multiple-select-live.wenzhixin.net.cn/code/wenzhixin/1921

kirubz commented 4 years ago

Thanks, now everything works fine.

wenzhixin commented 4 years ago

OK