- Demo
- App.htm
- App.Component.ts
- App.Component.htm
- App.Module.ts
Blazor Validator component
The Validator for Blazor is a component which enables you to validate html forms. It has a set of built-in rules (required inputs, e-mail, SSN, ZIP, max value, min value, interval etc.) for validating the user input. You can also write a custom rule which will fit best to your requirements.