David Casillas Rivero
David Casillas Rivero
¿Is this possible? To pass a locale dependant format to the `valueDisplayFormat` and a fixed format to the `valueEditFormat` property that does not depend on the browser locale, so the...
Thanks for the help and sorry for not being really clear in our description of the issue. We know that Intl is not used for parsing dates. We think that...
Thanks. The way things work are clear now. With the new implementation we should depend on moment or date-fns to get the previous functionality and that is something we do...
You are right. I have reviewed the old implementation and we had to use a custom Localizer to overcome the limitation using the old version. We have managed to implement...
Support for this types in [react-fast-compare](https://github.com/FormidableLabs/react-fast-compare) (the library used by Formik to check the `dirty` property of the form) is a future addition but it is not clear when (I...