Question T19326
Visible to All Users

Date Entry - Input month

created a year ago

When using the input type month the date chosen does not always hold - can take several attempts.

{
"name": "month",
"type": "text",
"title": "Select a month",
"inputType": "month"
},

Answers approved by surveyjs Support

created a year ago

Hello Rob,
Could you please tell me how to reproduce the issue? Here is the example that you can fork, modify as you need and post the example with reproducible issue here.

Thank you,
Andrew
SurveyJS Team

    Comments (3)

      the issue is in the UI - after selecting the date using the date picker, the month remains highlighted and then clicking anywhere in the question frame the date value disappears.

      AT AT
      Andrew Telnov a year ago

        Hello Rob,
        I see the issue. Yes, the basic functionality doesn't work here. We will take a look and comeback to you.
        Here is the related issue on GitHub.

        Thank you,
        Andrew
        SurveyJS Team

        AT AT
        Andrew Telnov a year ago

          Hello again,
          This PR fixes the issue. We have corrected the month value incorrectly in previous versions. It should be exactly 9999-99 and it could not be 9999-9.
          We will include the fix into the version we will release next week.

          Thank you,
          Andrew
          SurveyJS Team