Document Changing CSS Class Names#86
Conversation
dahlbyk
left a comment
There was a problem hiding this comment.
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. |
dahlbyk
left a comment
There was a problem hiding this comment.
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