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

[FEATURE] custom buttons in actionsBox

Open waspinator opened this issue 9 years ago • 2 comments

I'm not sure if this is already an option, but it would be useful to be able to add/change the default buttons in the actionsBox. For example having a button that selects a subset of the options. Thanks

waspinator avatar Feb 16 '16 16:02 waspinator

any updates on this? I would also be interested if we can only use one of the two actions. e.g. if you have a large list then "Select all" would be a pretty bad experience.

Any workarounds? :)

andreipradan avatar Apr 24 '20 18:04 andreipradan

As workaround you could set "min-width: max-content;" like:

.bootstrap-select .bs-actionsbox .btn-block {
            min-width: max-content;
}

This will at least show the buttons with the complete text visible.

DarthSonic avatar Apr 04 '24 14:04 DarthSonic