Closed ipurra closed 1 year ago
@mantine/dates
Using the DateInput field use the following steps to reproduce my issue:
DateInput
clearable
true
x
null
6.0.15 (sandbox 6.0.8, same issue)
https://codesandbox.io/s/reverent-night-y87t8x?file=/src/App.tsx
No
None
No response
I'd like to work on the fix for this issue
What package has an issue
@mantine/dates
Describe the bug
Using the
DateInput
field use the following steps to reproduce my issue:DateInput
field with theclearable
property set totrue
to your page (see sandbox for code example)x
button inside the input field to clear the fieldnull
but the previously selected value is still visible in the input field until the field is blurredWhat version of @mantine/hooks page do you have in package.json?
6.0.15 (sandbox 6.0.8, same issue)
If possible, please include a link to a codesandbox with the reproduced problem
https://codesandbox.io/s/reverent-night-y87t8x?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
None
Possible fix
No response