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

Fixed filterAcceptOnEnter bug with single option #467

Closed wenzhixin closed 5 years ago

wenzhixin commented 5 years ago

Fix #465 Before: http://multiple-select-live.wenzhixin.net.cn/code/wenzhixin/556 After: http://multiple-select-live.wenzhixin.net.cn/code/wenzhixin/557

If the filter result is more than one, will select the first item.