Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
While validating email, border color not changed.
Sample Link : https://www.syncfusion.com/downloads/support/directtrac/general/ze/Textbox_Validation-233435807
Replication Procedure :
1. Run the attached sample.
2. In the Email address field textbox, enter an email address and focus out
3. Now border will be changed in to green.
4. Again focus the textbox and
enter an invalid email border not changed to red instead stays green.
Code Snippet:
|
<EditForm <DataAnnotationsValidator /> <div <SfTextBox <ValidationMessage </div> <div <SfTextBox <ValidationMessage </div> <div <InputText <ValidationMessage </div> </EditForm> @code class { [Required] public [Required] [EmailAddress] public } UserModel Model { } |