Tieson Trowbridge
Tieson Trowbridge
I'm working with David on this, so "soon," but l don't have a specific timeframe beyond that.
It would be helpful include: - sample code, like a jsFiddle or similar, with the minimum code to reproduce the issue, and - a capture, text or otherwise, of the...
`widthSynchronizationMode` is only applied here: https://github.com/davidstutz/bootstrap-multiselect/blob/e15132b6a3891cdb3384f1fdaea68620a2bb961b/dist/js/bootstrap-multiselect.js#L567 Setting the `min-width` and/or `max-width` probably doesn't work as intended in Bootstrap 4+. In Bootstrap 3, the dropdown button was a floated block element,...
`form-row` and `form-check` are Bootstrap 4 classes - are you sure you're using Bootstrap 3? Are you displaying this within a modal of some sort?
I would assume "no," since groups are created from ``, which only allows `` elements as children. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/optgroup
> Please test it Not sure what you mean by that. If you're reporting an issue, you're more likely to get a response by including enough code to allow someone...
Have you included the bootstrap-multiselect.css (or min version) file? Would be helpful if your example was more complete - I've used this plugin in an ASP.NET MVC project a few...
I can't reproduce what you're seeing, from your example. Your screenshot seems to imply that you're rendering this in an accordion or similar - that's relevant, as Bootstrap dropdowns (in...
This really shouldn't be necessary - the plugin's CSS [already has rules](https://github.com/davidstutz/bootstrap-multiselect/blob/master/dist/less/bootstrap-multiselect.less#L48) that are supposed to (effectively) hide the `` element. It's possible something changed in the generated HTML which...
Hmm, it's a bit disconcerting that we build the template that way - form elements (input, select, textarea, buttons) really shouldn't be embedded in an anchor element, since interactive elements...