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
Describe the bug
DatePicker shows placeholder texts 'year', 'month' and 'day' when value of property 'selected' is null;
DatePicker is empty when value of property 'selected' is set to a valid DateTime.
Describe the bug
DatePicker shows placeholder texts 'year', 'month' and 'day' when value of property 'selected' is null;
DatePicker is empty when value of property 'selected' is set to a valid DateTime.
To Reproduce
Add the following to widget:
On first paint of widget, variable 'selectedDate' is null. DatePicker shows placeholders.
![image](https://user-images.githubusercontent.com/5120011/177515135-730e055b-2e58-47db-aa15-cd5715de0e7d.png)
After selecting a date, fields year, month, day remain empty.
![image](https://user-images.githubusercontent.com/5120011/177515303-4c584b3e-b366-4e22-a760-d746153443cf.png)
When opening the datepicker, it shows correctly the date from variable 'selectedDate'
Expected behavior
I expect the fields year, month, day to be filled with the selected date.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: