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

On adding new item in radio group if there is a large number in choices it hangs the browser #958

Closed
andrewtelnov opened this issue Sep 15, 2020 · 0 comments
Labels
Milestone

Comments

@andrewtelnov
Copy link
Member

If there is a question with the large number choices, then browser hangs on trying to add a new item

    {
     "type": "radiogroup",
     "name": "q2",
     "choices": [
      "12345671234567890",
      "12345671234567891",
      "12345671234567892"
     ]
    }
   ]

The reason, JavaScript failed to increase 12345671234567892 number.

@andrewtelnov andrewtelnov added this to the v1.8.3 milestone Sep 15, 2020
andrewtelnov added a commit that referenced this issue Sep 15, 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