Closed AliMD closed 1 year ago
@notwaldorf We have an issue in our app and need to fix it as soon as possible Could you please review/merge this PR with priority Thank you in advance.
travis error is not related to this PR changes!
The travis error is actually related to this PR: it says `Typings are stale. Please run "npm run update-types". You've added a new event type, which needs to be typed :)
Please update the types, then this should be good to merge
@notwaldorf Oops! Excuse me.
Why issue remains?!
@notwaldorf I fix the generated declaration manually, but could you please check this issue for future PR?
My generated declaration
interface IronAutogrowTextareaElement extends Polymer.IronValidatableBehavior, Polymer.IronControlState, Polymer.LegacyElementMixin, HTMLElement {
Travise
interface IronAutogrowTextareaElement extends Polymer.Element, Polymer.IronValidatableBehavior, Polymer.IronControlState {
cc @bicknellr for a release
As you know, In the Shadow DOM, the
change
event is not leaked into the ancestor tree, so we must do this manually. This is done in the rest of the input components bypaper-input-behavior
.Fixed https://github.com/PolymerElements/paper-input/issues/664