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.