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
persist: false
.addOption()
Repro: https://jsfiddle.net/o5pq9f1h/
click in the box, select aaa, remove aaa, refocus or type a, the aaa option is no longer there.
aaa
a
I wouldn't expect persist: false to make the options added via addOption() not persist....
addOption()
The text was updated successfully, but these errors were encountered:
addOption() should not treat new options as user created by default #145
51a3826
The fix for this needed a slight change to the API so I've put it in the 2.0 branch and I just pushed out Beta.1
Sorry, something went wrong.
persist: true
No branches or pull requests
Repro: https://jsfiddle.net/o5pq9f1h/
click in the box, select
aaa
, removeaaa
, refocus or typea
, theaaa
option is no longer there.I wouldn't expect
persist: false
to make the options added viaaddOption()
not persist....The text was updated successfully, but these errors were encountered: