-
Notifications
You must be signed in to change notification settings - Fork 48
Conversation
@notwaldorf We have an issue in our app and need to fix it as soon as possible |
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(you need to update the typings)
@notwaldorf |
Why issue remains?! |
@notwaldorf My generated declaration Travise |
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 by
paper-input-behavior
.Fixed PolymerElements/paper-input#664