PolymerElements / iron-input

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

Use the native input's type, not an inexistent property #128

Closed notwaldorf closed 6 years ago

notwaldorf commented 6 years ago

This was leftover code from when iron-input was a type extension and had a type attribute that was never updated correctly.

Among other things, fixes https://github.com/PolymerElements/iron-input/issues/121

/cc @aomarks