multiselect
multiselect copied to clipboard
Ability to pass custom itemsCount
I'm using two of these amazing multiselects on a single page. I wish to make it quite easy for our users to understand what they're selecting. Though I have a header to indicate that above the multiselects. Right now the multiselects use $.ui.multiselect.locale.itemsCount to put out item count text, is it possible to have this helper string as an option passed to the multiselect.
As in I could show "3 organisations selected" in one multiselect, while "2 users selected" in other multiselect.
Some property like "entityName"
$("#foo").multiselect({ entityName: "fruits"});
Thanks!