assisrafael / react-bootstrap-utils

React bootstrap library
MIT License
6 stars 6 forks source link

Issue with dateTime #7

Closed vbarcellos closed 4 years ago

vbarcellos commented 4 years ago

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".

assisrafael commented 4 years ago

Did you tried v0.14.7? I could not reproduce the error message above.

vbarcellos commented 4 years ago

I could not reproduce either. It is either fixed or I made a mistake back then.