Andy Shaw

Results 1 comments of Andy Shaw

In the newer version of Form.io you're using, the date validation logic includes a line that converts the value to a Date object (`value = new Date(value);`). However, JavaScript's `Date()`...