I have several modern date pickers on a screen. Each date picker is supposed to display a corresponding date field from a record when controls are in view mode, and allow for updates when they are in edit mode. The record is a global variable set by selecting a gallery item on another screen.
Everything works as expected if the date fields in the data source / record variable are all populated with a date. However, when a record with any blank date field is loaded, the corresponding modern date picker does not show as blank when in view mode. Instead, it displays the last date that was in that field, either from the previous record or one which had been selected manually prior to the control being reset.
In edit mode, the date picker correctly shows as blank, awaiting input. The correct blank value is also returned in the fx bar when viewing the SelectedDate property.