79761065

Date: 2025-09-10 16:17:16
Score: 0.5
Natty:
Report link

This turned out to be a version difference in surveyJS.

Resolution
Upgrade to the latest SurveyJS. After upgrading, the configuration below behaves correctly:

{
  "pages": [
    {
      "elements": [
        {
          "type": "text",
          "name": "m",
          "title": "Month",
          "inputType": "month",
          "isRequired": true,
          "maxValueExpression": "today()"
        }
      ]
    }
  ]
}

Why others couldn't reproduce
They were testing on newer SurveyJS versions where this issue has already been fixed.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ariel Piyale-Anisman