Issue T1848
Visible to All Users

jQuery UI Date-picker issue in matrix question

created 6 years ago (modified 6 years ago)

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

Comments (1)

    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

    Answers approved by surveyjs Support

    created 6 years ago

    Hello,

    I've fixed the issue via the following commit - https://github.com/surveyjs/widgets/commit/9906139f5ceab529db91fc44ffb166848eeb528f
    Fix will be available in the nearest update most likely next tuesday

    Thanks, Serge
    SurveyJS Team

      Comments (2)

        Hi Team,

        Has the fix for this issue been released?

        Regards,
        Rajesh

          Hello,

          The 1.0.79 probably will be released today, Apr 10.

          Thanks, Serge
          SurveyJS Team