We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
FIx: On adding new item in radio group if there is a large number in …
f3054d9
…choices it hangs the browser #958
No branches or pull requests
If there is a question with the large number choices, then browser hangs on trying to add a new item
The reason, JavaScript failed to increase 12345671234567892 number.
The text was updated successfully, but these errors were encountered: