Closed gdostie closed 1 year ago
@mantine/dates
Whenever the TimeInput value changes, it uses the current date (today) instead of the provided date in the value prop.
5.6.0
https://codesandbox.io/s/mantine-timeinput-issue-kxgsq1?file=/src/App.tsx
No
Yes
I don't have a fix, but I did some very quick digging and the code causing the issue is probably around here.
The issue with TimeInput will be resolved in 6.0.0 release
Fixed in 6.0
What package has an issue
@mantine/dates
Describe the bug
Whenever the TimeInput value changes, it uses the current date (today) instead of the provided date in the value prop.
What version of @mantine/hooks page do you have in package.json?
5.6.0
If possible, please include a link to a codesandbox with the reproduced problem
https://codesandbox.io/s/mantine-timeinput-issue-kxgsq1?file=/src/App.tsx
Do you know how to fix the issue
No
Are you willing to participate in fixing this issue and create a pull request with the fix
Yes
Possible fix
I don't have a fix, but I did some very quick digging and the code causing the issue is probably around here.