PolymerElements / paper-input

A Material Design text field
https://www.webcomponents.org/element/PolymerElements/paper-input
130 stars 162 forks source link

Fix TypeScript compilation of paper-input #646

Closed TimvdLippe closed 6 years ago

TimvdLippe commented 6 years ago

As a result of a TypeScript update in IronFormElementBehavior (https://github.com/PolymerElements/iron-form-element-behavior/pull/41) to address an issue in paper-slider (https://github.com/Polymer/gen-typescript-declarations/issues/103) this inadvertently broke the compilation of paper-input. The fix is the same as for paper-slider, declare value again with the correct type in the concrete subclass.

Fixes #645