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
You can play a dirty hack with Library Code by add some lines
find function setBtnRemoveAllText
add this before return statement
if (this.settings.removeAllLabel == null
|| this.settings.removeAllLabel == "") {
this.elements.removeAllButton.hide();//do what you want hide or disable
}
do this
$('.dualbox-list').bootstrapDualListbox({
...
removeAllLabel: "",
....
});
Hi there! Great job!!
A simple question: is there anyway to "turn off" the "move all" button/action.
Thank you!!
The text was updated successfully, but these errors were encountered: