PolymerElements / iron-input

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

SelectionStart problems in iron-inputs with type=email or type=number #12

Closed notwaldorf closed 9 years ago

notwaldorf commented 9 years ago

Throws: Uncaught InvalidStateError: Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('number') does not support selection.

To test, check out the paper-input demo and try typing something in the numbers-only example.