You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we please expose allSelectedText property to be changed like so?
$('#MyMultiSelect').multiselect('allSelectedText', response.NewCustomLabel);
I have a requirement to change this label based on another selection. While the MyMultiSelect is not showing the dropdown, i can change it dynamically. But once I open up the downdown, unselect all, then select all again, the old label is displayed.
The text was updated successfully, but these errors were encountered:
Tyf0x
added a commit
to Tyf0x/bootstrap-multiselect
that referenced
this issue
Nov 27, 2014
Can we please expose allSelectedText property to be changed like so?
$('#MyMultiSelect').multiselect('allSelectedText', response.NewCustomLabel);
I have a requirement to change this label based on another selection. While the MyMultiSelect is not showing the dropdown, i can change it dynamically. But once I open up the downdown, unselect all, then select all again, the old label is displayed.
The text was updated successfully, but these errors were encountered: