Radzen Email Validator is not validating email correctly

Hi,

I have tried to put in radzen@gmail and it was accepted in EmailValidator however, it should raise it incorrect as .com or .uk is missing in the email.

(Blazor EmailValidator Component | Free UI Components by Radzen)

Hi @Syed_Hunain,

As surprising as it may seem radzen@gmail is a valid email address according to the specification.

RadzenEmailValidator uses the email validation provided by Microsoft. If you need something else consider using the RadzenRegexValidator.