bootstrap-multiselect
bootstrap-multiselect copied to clipboard
some options don't work by setOptions
Hello everyone, I am experiencing the following problems during use.
`$('select[data-role=multiselect]').multiselect('setOptions',{
buttonWidth: '200px',//not work
maxHeight:200,//not work
buttonClass: 'btn btn-link',//not work
nonSelectedText: 'Please Select',//work
enableClickableOptGroups: true,//work
numberDisplayed: 3,//work
templates: {
button: '',
}//not work
});
$('select[data-role=multiselect]').multiselect('rebuild');`
buttonWidth,maxHeight,buttonClass,templates do not work nonSelectedText,enableClickableOptGroups,numberDisplayed work Can anyone help me?thanks! My English is very poor,sorry!
buttonWidth not working for me too :/
is the bug fixed ...... I met a exactly the same problem now