IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics

Home Page:https://bit.ly/2kuu1fT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

igValidator - E-mail validation accepts incomplete e-mails

ViktorSlavov opened this issue · comments

Description

The igValidator does not fire if validatorOptions.email === true and the value entered does not contain the whole domain

Steps to reproduce

  1. Open the igEditors jsFiddle
  2. In the "Company E-mail" field, enter "me@example"
  3. Blur

Result

No error message appears

Expected result

An error message should appear

1@1 is a valid e-mail according to w3, closing