I'm trying to use a FormGroupInput with type="datetime-local".
When I supply an object as initialValue with the field dataInicio: "2020-04-13T11:00:00.000Z" it breaks my application with the message "Uncaught TypeError: value.toISOString is not a function".
I'm trying to use a FormGroupInput with type="datetime-local".
When I supply an object as initialValue with the field
dataInicio: "2020-04-13T11:00:00.000Z"
it breaks my application with the message "Uncaught TypeError: value.toISOString is not a function".