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
On MacCatalyst, when the Date value is set to null and the date picker is opened, the picker defaults to 1/1/1900. The expected behavior is for it to default to today’s date instead.
After the changes in PR #30657, this behavior works as expected on iOS. However, on MacCatalyst, today’s date is still maintained, and the value is not set to null.
Description
On MacCatalyst, when the Date value is set to null and the date picker is opened, the picker defaults to 1/1/1900. The expected behavior is for it to default to today’s date instead.
After the changes in PR #30657, this behavior works as expected on iOS. However, on MacCatalyst, today’s date is still maintained, and the value is not set to null.
Before_PR30657.mov
After_PR30657.mov
Steps to Reproduce
Link to public reproduction project repository
No response
Version with bug
10.0.0-preview.4
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
No response
Affected platforms
macOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output