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
Describe the bug setChoices is slower in v11 than in v10, it is faster to destroy the Choices and recreate it
To Reproduce Steps to reproduce the behavior: jsfliddle
Expected behavior I'd expect setChoices to be at least as fast as new Choices
Choices version and bundle
Additional context Note that I always remove the child options, otherwise it's much slower (see #1204)
The text was updated successfully, but these errors were encountered:
setChoice
Successfully merging a pull request may close this issue.
Describe the bug
setChoices is slower in v11 than in v10, it is faster to destroy the Choices and recreate it
To Reproduce
Steps to reproduce the behavior: jsfliddle
Expected behavior
I'd expect setChoices to be at least as fast as new Choices
Choices version and bundle
Additional context
Note that I always remove the child options, otherwise it's much slower (see #1204)
The text was updated successfully, but these errors were encountered: