bootstrap-select
bootstrap-select copied to clipboard
[FEATURE] custom buttons in actionsBox
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
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? :)
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.