I'm trying Microsoft Blazor and when working with forms and validation I stopped on how can I change the default CSS class that will be added by default on InputText Validation State.
For Explanation when InputText has an error by default take class "invalid" I want to change this class to "is-invalid"
I need best practices.
Thanks, StackOverflow community