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
correctFormat
Hello, I was trying to use the correctFormat option to correct inputs from the user to a desired format but it doesn't work as expected.
In the example below I'm trying to type an ISO 8601 format date and the returned date by correctFormat is wrong.
The date format I'm using to test is MMM DD, YYYY.
MMM DD, YYYY
https://react-grdkme.stackblitz.io
14.6.1
React 18
Chrome 130.0.6723.70; MacOS 15.0.1
The text was updated successfully, but these errors were encountered:
Thank you for sharing the issue report as well.
This way it will be easier for the community to track changes and share their feedback.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Hello, I was trying to use the
correctFormat
option to correct inputs from the user to a desired format but it doesn't work as expected.In the example below I'm trying to type an ISO 8601 format date and the returned date by
correctFormat
is wrong.The date format I'm using to test is
MMM DD, YYYY
.Video/Screenshots
Grabacion.de.pantalla.2024-10-30.a.la.s.3.19.04.p.m.mov
Provide a link to the demo with the bug reproduction
https://react-grdkme.stackblitz.io
Handsontable version
14.6.1
Framework version
React 18
Your environment
Chrome 130.0.6723.70; MacOS 15.0.1
The text was updated successfully, but these errors were encountered: