Default values on date inputs being ignored
Closed this issue · 1 comments
aaronleopold commented
Describe the bug
If I have a default value for the date picker, the value is null on submit.
To Reproduce
- single update on selected specimen with dateIdentified value
- try submitting without making changes
- registers new value as null for dateIdentified
Expected behavior
should not register any changes, defaultValue should be read
aaronleopold commented
This should now be fixed