Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pattern Input Mask (9999) doesn't allow entering values when textUpdateMode is set to "onTyping" #8326

Closed
JaneSjs opened this issue May 28, 2024 · 0 comments · Fixed by #8330
Assignees
Milestone

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented May 28, 2024

It is impossible to enter any value when the survey.textUpdateMode setting is set to "onTyping". The problematic survey JSON:

{
 "pages": [
  {
   "name": "page1",
   "elements": [
    {
     "type": "text",
     "name": "question1",
     "maskType": "pattern",
     "maskSettings": {
      "pattern": "9999"
     }
    }
   ]
  }
 ],
 "textUpdateMode": "onTyping"
}

A screencast:

2024-05-28_14-28-13.mp4
@JaneSjs JaneSjs assigned OlgaLarina and andrewtelnov and unassigned OlgaLarina May 29, 2024
andrewtelnov added a commit that referenced this issue May 29, 2024
@RomanTsukanov RomanTsukanov changed the title Pattern Input Mask (9999) doesn't allow entering values when textUpdateMode is set to "onTyping" Pattern Input Mask (9999) doesn't allow entering values when textUpdateMode is set to "onTyping" Jun 6, 2024
@OlgaLarina OlgaLarina added this to the v1.11.1 milestone Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants