PolymerElements / paper-input

A Material Design text field
https://www.webcomponents.org/element/PolymerElements/paper-input
130 stars 162 forks source link

paper-input type email validation #700

Open laza88 opened 4 years ago

laza88 commented 4 years ago

Description

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