react-forms-processor icon indicating copy to clipboard operation
react-forms-processor copied to clipboard

Update date renderer to transform string values into numbers

Open draperd opened this issue 7 years ago • 1 comments

In order to be able to easily compare dates values we need to convert string values in and out of the field into numbers. We should do this in both the default native renderer and also the Atlaskit renderer.

Make sure to add unit tests for this.

draperd avatar Oct 17 '18 21:10 draperd

I've added some more tests for this using a custom renderer to ensure that the capability works but I have not yet updated any of the packaged renderers to automatically convert date strings to numbers, etc.

draperd avatar Oct 22 '18 03:10 draperd