-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement 'change' event #207
Comments
It seems that the current |
Still would like to see this implemented; Currently, vaadin-date-picker uses vaadin-text-field -- which does publish change events; However events don't propagate accross shadow dom boundaries. This snippet seems to indicate that vaadin-date-picker would have to play that same game that vaadin-text-field does:
Alternatively, date-picker-light can be used and change events can be added to the light-dom input. I'm not really so sure that the events published by the overlay element would be available or sufficient to indicate a user-initiated change occurred. Maybe value diffing on-blur would work there |
Probably a noob question: Why not just use |
Like in vaadin-combo-box we should consider this event, see vaadin/vaadin-combo-box#271
The text was updated successfully, but these errors were encountered: