-
Notifications
You must be signed in to change notification settings - Fork 6
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
Polymer 3 2018 12 14 155030 #37
Conversation
d2l-date-picker-behavior.js
Outdated
}, | ||
|
||
attached: function() { | ||
var buttons = document.getElementsByClassName('vaadin-date-picker-overlay paper-button-0'); |
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.
Does this work with shadow DOM? Not sure what the original issue was. Maybe it's no longer needed anyway.
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.
Looks good. Maybe we should add some comments somewhere around the issues trying to use the date picker with slotted content?
No description provided.