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

Checkbox columns non proper rendered in CRUD #321

Closed
faina09 opened this issue Nov 17, 2021 · 2 comments
Closed

Checkbox columns non proper rendered in CRUD #321

faina09 opened this issue Nov 17, 2021 · 2 comments

Comments

@faina09
Copy link
Contributor

faina09 commented Nov 17, 2021

input type=checkbox should not apply class "form-control", but "form-check"
In bootstrap5 this is render in the CRUP pages as a small long textbox and not as a checkbox.

There are no occurrences of bit fields in Grid.blazor crud samples, I add one in my project and add to function in class ColumnCollections the column definition like this c.Add(o => o.IsThisRequired).Titled("Require this").
This is still rendered as a checkbox in bootsrap3 - even if the applied class is non corrected, but not if last version bootsrap5 is used.

The correct class to apply if "form-check"

@gustavnavar
Copy link
Owner

Package 3.0.3 fixes this issue

@faina09
Copy link
Contributor Author

faina09 commented Nov 22, 2021

it's ok, tnx!

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

2 participants