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"
},
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"
},
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
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.
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
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