pbauerochse / searchable-option-list

a jquery plugin for a searchable optionlist
MIT License
79 stars 54 forks source link

maxShow option is not working upon page reload #44

Open tulinkry opened 7 years ago

tulinkry commented 7 years ago

When user selects more than maxShow options then the substitute item "x items selected" is displayed instead all of them.

However when the multiselect loads with many options already selected, they are all displayed. This should be also caught by the maxShow option.