PolymerElements / iron-input

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

Fix polylint failure #115

Closed beckysiegel closed 7 years ago

beckysiegel commented 7 years ago

polylint fails with the following error:

Property _inputElement not found in 'properties' for element 'iron-input'

This change explicitly adds the _inputElement property.

notwaldorf commented 7 years ago

Ughhhh really? Wait, are we reaching into it in paper-input?

beckysiegel commented 7 years ago

No, not paper-input. I'm not directly accessing _inputElement, but it's still generating a PolyLint warning.

kaspnilsson commented 7 years ago

Ping!

notwaldorf commented 7 years ago

Yup! Thanks!