Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] custom buttons in actionsBox #1299

Open
waspinator opened this issue Feb 16, 2016 · 2 comments
Open

[FEATURE] custom buttons in actionsBox #1299

waspinator opened this issue Feb 16, 2016 · 2 comments

Comments

@waspinator
Copy link

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

@andreipradan
Copy link

andreipradan commented Apr 24, 2020

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? :)

@DarthSonic
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants