Datetime input field shows incorrect time while the dropdown/modal is accurate #7388
Open
1 of 2 tasks
Labels
help wanted
Contributions from community are welcome
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.15.0
What package has an issue?
@mantine/dates
What framework do you use?
Vite
In which browsers you can reproduce the issue?
All
Describe the bug
The issue can be seen on https://mantine.dev/dates/dates-provider/#date-format-considerations
The input field shows a time - for example: 02/10/2000 12:40 which doesn't match the timezone set on the datesprovider. However, the modal/dropdown to input the time shows a different timezone, presumably based on the timezone provided in the datesprovider.
If possible, include a link to a codesandbox with a minimal reproduction
https://mantine.dev/dates/dates-provider/#date-format-considerations
Possible fix
The input field and modal/dropdown must respect the timezone provided.
Self-service
The text was updated successfully, but these errors were encountered: