-
-
Notifications
You must be signed in to change notification settings - Fork 346
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
Use Bootstrap 5 themed checkboxes and selects #868
Comments
My PR #864 fixes the select input problem, and I will add the checkbox styling too. |
This is fixed in the PR, we should wait for someone to merge it, thanks for pointing it out ! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi @rappasoft, Would it be possible to merge the linked PR #864 ? Does it need more work ? Thanks ! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Included in the next release. Thanks. |
In the column visibility and results per page selector, the controls are not using the themed inputs in bootstrap-5 theme.
For checkboxes
form-check
class must be added to the wrapper div andform-check-input
class to theinput
tag and for selectsform-select
class must be added to theselect
tag.The text was updated successfully, but these errors were encountered: