You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into the same issue as this (and probably this), since I'm trying to use the MUI DatePicker component, which outputs a Moment or other library-specific date object, rather than a string.
Initially it logs the default value I provided when creating the form, which has a Moment prototype. If you click the Update button, I'm calling form.update and passing it a new Moment object. But after the bind method is called again, the resulting value that gets logged no longer has a Moment prototype.
(I'm not displaying any form fields here, to simplify things.)
When I use the momentjs field and call form.update, the proto for the moment field is missing.
The text was updated successfully, but these errors were encountered: