bootstrap-multiselect icon indicating copy to clipboard operation
bootstrap-multiselect copied to clipboard

some options don't work by setOptions

Open martinstudio opened this issue 6 years ago • 2 comments

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!

martinstudio avatar Sep 13 '18 09:09 martinstudio

buttonWidth not working for me too :/

marcelodive avatar Apr 24 '19 13:04 marcelodive

is the bug fixed ...... I met a exactly the same problem now

shiuanC avatar Nov 19 '21 01:11 shiuanC