-
Notifications
You must be signed in to change notification settings - Fork 26
Document Changing CSS Class Names #86
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, please resolve the conflict from merging #88!
Do you know if it's possible to change the server-generated validation class names in ASP.NET Core? Would be handy to include a link to the relevant docs or include example configuration. I'm pretty sure it's not possible to change them in legacy MVC.
Done.
It is possible for Blazor. But I don't know how to do that for Razor Pages or MVC. Would be nice if that were possible as I would prefer to change the css class names on the server (less fiddly). |
It's not: |
Unfortunate. In that case, anything else outstanding for this PR? |
@dahlbyk Once this PR is merged I can also submit that other PR (I'm not a github expert - having trouble with branching for two PRs for same repo .) Let me know if there's anything else here that you want me to change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll go ahead and merge, but we should add a note to clarify that customizing here means client-side validation won't match serve-side validation without a workaround. And maybe link to the AspNetCore issue so maybe more comments urges action.
Closes #34