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
The Overlay for date-picker does not open when we are using the tag v3.2.0
Throws a console error from paper-input-behavior, which is coming due to the updates in the following commit tag
On further inspection we have found that the function added to validate the inputValue at line #437 is sending an empty inputValue and hence Overlay is unable to be shown
Expected outcome
On click on input field the overlay should pop up and allow user to select a date from inside it
Actual outcome
Overlay does not show up and user is unable to make any input in the date picker.
Description
On further inspection we have found that the function added to validate the inputValue at line #437 is sending an empty inputValue and hence Overlay is unable to be shown
Expected outcome
On click on input field the overlay should pop up and allow user to select a date from inside it
Actual outcome
Overlay does not show up and user is unable to make any input in the date picker.
Demo
vaadin-date-picker-light attr-for-value="value"> <paper-input></paper-input> </vaadin-date-picker-light>
Steps to reproduce
vaadin-date-picker
element in the page.The text was updated successfully, but these errors were encountered: