Hi everyone,
as the title indicates I'm looking for a possibility to disable the search on selects with multiple selection.
I already know there is:
minimumResultsForSearch: Infinity
And it works fine on selects with single selection, but doesn't seem to have any effect on select boxes with multiple selection.
Oh, and I'm currently using select2 4.0.3..
Here is a fiddle http://jsfiddle.net/jEADR/3608/
thanks in advance :)