Hi Team,
If we use the jQuery date-picker as a column, then while submitting the survey, it's generating erroneous response.
E.g. using the plunker
Expected result
Code{"agreement_table":[{"purpose":"1","date":"01/04/2019"},{"purpose":"2","date":"02/04/2019"}]}
Actual result
Code{"agreement_table":[{"purpose":"1","date":"02/04/2019"},{"purpose":"2"}]}
I've tried SurveyJs v1.0.71 as well, but still the behavior is same.
Kindly guide us through this issue.
Regards,
Rajesh
Hello,
Thank you for the report. I've managed to reproduce the issue for new rows.
It definitely is a bug. We'll work on the fix…
Thanks, Serge
SurveyJS Team