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

Large Select demo JS Error #507

Closed hawk755 closed 4 years ago

hawk755 commented 4 years ago

In Large Select demo if I just scroll to the last element and select it (9999) - nothing happens and js console shows

Uncaught TypeError: Cannot read property '_key' of undefined at i.value (multiple-select.min.js:10) at i.value (multiple-select.min.js:10) at HTMLInputElement. (multiple-select.min.js:10) at HTMLInputElement.dispatch (jquery-3.3.1.min.js:2) at HTMLInputElement.y.handle (jquery-3.3.1.min.js:2)

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

wenzhixin commented 4 years ago

Thanks for your feedback, fixed in #508.

wenzhixin commented 4 years ago

Wait for the next release.

wenzhixin commented 4 years ago

@hawk755 Released a new version 1.5.2!