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

Button "Next" and "Complete" doesn't work if end-user has fixed an error in the the focused question #2267

Closed
andrewtelnov opened this issue Jul 6, 2020 · 0 comments
Labels
Milestone

Comments

@andrewtelnov
Copy link
Member

The minimum reproducable JSON:

{
 "pages": [
  {
   "name": "page1",
   "elements": [
    {
     "type": "text",
     "name": "q1",
     "isRequired": true
    }
   ]
  }
 ],
 "checkErrorsMode": "onValueChanged"
}

Press "Complete" with empty q1, then add a symbol into q1 question, without losing the focus from q1 press "Complete" button again. As result the error will be disappeared, but survey will not be completed. The focus will be on the "Complete" button. End-user will have to press one more time on "Complete" button.

@andrewtelnov andrewtelnov added this to the v1.7.19 milestone Jul 6, 2020
@andrewtelnov andrewtelnov changed the title Button "Next" and "Complete" doesn't work if end-user has fixed error in the the focused question Button "Next" and "Complete" doesn't work if end-user has fixed an error in the the focused question Jul 6, 2020
andrewtelnov added a commit that referenced this issue Jul 6, 2020
andrewtelnov added a commit that referenced this issue Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant