Wondering if anyone knows how to get the datepicker to play nice with ISO 8601 formatted values? My data layer is passing around dates formatted like 2022-09-06 on par with ISO 8601, and while a normal date input can handle this just fine, the mantine datepicker has issue. Particularly, it seems to store the value properly, but not display it in the input.
example: https://codesandbox.io/s/mantine-quirks-forked-wfnmjn?file=/src/App.tsx