You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation for iron-resize-behavior, an "iron-resize" event should be fired when the element is shown/hidden. This does not happen for paper-date-picker, at least when used standalone (i.e. without paper-dialog).
We have a function for this: _resizeHandler that is bound to iron-resize events, which should be working as expected, if this is still an issue and you can throw together a JSFiddle or something showing the issue in action and I can take a deeper look.
According to the documentation for iron-resize-behavior, an "iron-resize" event should be fired when the element is shown/hidden. This does not happen for paper-date-picker, at least when used standalone (i.e. without paper-dialog).
Due to this, the calendar will not render properly when shown.
A simple workaround is to manually fire the event on the picker element when you are setting hidden=false from a parent component. E.g.:
The text was updated successfully, but these errors were encountered: