Charley
Charley
I addressed without having to hack anything. `$("#id").multiselect('setOptions', {buttonTitle: htmlButtonTitle})` `htmlButtonTitle = function(options, select) { var labels = []; options.each(function () { if($(this).attr('title')){ labels.push($(this).attr('title')); } else{ labels.push($(this).text()); } }); return...
It does not look like there has been any progress in supporting bootstrap 5. I hate to move away from this library (it's just such a clean widgets for confirmation)...