Open zifnab87 opened 6 years ago
Yep, I have the same problem.
I was able to fix this by using parse to convert the input back into a string:
<DateInput source="end" parse={v => v && v.toISOString()} providerOptions={{ utils: MomentUtils }} />
Hello, i have the same issue ! Any idea of a date to a fix ! ;)
Hi! When DateInput is used in a Filter it sends a complicated Moment object in the backend api
browser url:
url decoded:
it should have been just
http://localhost:3000/#/tasks?filter={"startDate":"string in original parsed date format"}