You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: