You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you call validate() on the paper-input type="email" it will consider valid an incomplete email address.
ex: abcd@ is invalid where as abcd@ab is considered valid.
Browsers Affected
Chrome
Firefox
Safari 9
Safari 8
Safari 7
Edge
IE 11
IE 10
The text was updated successfully, but these errors were encountered:
Description
If you call
validate()
on thepaper-input type="email"
it will consider valid an incomplete email address.ex: abcd@ is invalid where as abcd@ab is considered valid.
Browsers Affected
The text was updated successfully, but these errors were encountered: