I am using jQuery Multiselect from the jQuery user interface: http://www.erichynds.com/blog/jquery-ui-multiselect-widget
It has great features for finding items, a list of options and a list of checkboxes, etc., but
It doesn't work well when the number of elements exceeds 700, and it has CSS issues with IE 8.0.
Where can I find a drop-down list with select and search options that can work well in large numbers? I searched Google, but could not find anything that met these criteria.
I would like to avoid creating a new such control, if possible.
source
share