This sample explains about how to validate the edit form in Blazor RichTextEditor component.
The Rich Text Editor support validation using the EditForm. The user type text content inside the editor is validated with data annotations attributes.
- Visual Studio 2022
- Checkout this project to a location in your disk.
- Open the solution file using the Visual Studio 2022.
- Restore the NuGet packages by rebuilding the solution.
- Run the project.