PolymerElements / iron-input

An input with data binding
https://webcomponents.org/element/PolymerElements/iron-input
33 stars 45 forks source link

Incomplete pattern for numbers? #124

Open ghost opened 6 years ago

ghost commented 6 years ago

More of a question that an issue.

https://github.com/PolymerElements/iron-input/blob/master/iron-input.html#L225

Why '+' and upper case 'E' are not allowed? '1E+10' is a valid number, for example.