Blazor Rich Text Editor Example - Form Validation
This sample demonstrates how to use the Rich Text Editor inside EditForm and validate it using Data Annotations. Click the Submit button to validate the form.
In this demo, EditForm validates all data annotation rules using DataAnnotationsValidator when the Submit button is clicked.