PolymerElements / iron-input

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

2.0 preview #101

Closed mkazlauskas closed 7 years ago

mkazlauskas commented 7 years ago

If input type does not support .selectionStart (e.g. type="number") it will throw and not update the underlying input value. This is a simple fix for that.

notwaldorf commented 7 years ago

Thanks for the fix! Unfortunately, I already merged in a separate PR :(