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

Cannot use actions box when data-size is a number greater than the total available selected #1077

Closed
drew-dulgar opened this issue Jun 25, 2015 · 1 comment

Comments

@drew-dulgar
Copy link

When using data-actions-box="true" and data-size="{n}"...

If data-size is set to a value less than the total amount of items in the selectpicker, the actions box buttons are not clickable.

Example here:
https://jsfiddle.net/9w3ak60j/

As you can see, there are four items in each box. The first one has data-size="10" and you cannot click on an actionsbox button. The second one has data-size="3" and you can click on the actionsbox button.

You can also click on the buttons if you do not use data-size.

@drew-dulgar
Copy link
Author

@caseyjhol ,

Thanks for the fix! Here I was pouring over the darn JS to see what was causing that. Easy to patch! Can confirm it now works as expected as I have patched my code.

avantika-gupta-jtg pushed a commit to JoshLabs/bootstrap-select that referenced this issue May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant