We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@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
The text was updated successfully, but these errors were encountered:
I'd like to work on the fix for this issue
Sorry, something went wrong.
Successfully merging a pull request may close 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
The text was updated successfully, but these errors were encountered: