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

Silent setValue() not silent #764

Closed
super-cache-money opened this issue Apr 15, 2015 · 2 comments
Closed

Silent setValue() not silent #764

super-cache-money opened this issue Apr 15, 2015 · 2 comments

Comments

@super-cache-money
Copy link

When calling setValue with the silent flag set to true, instead of not firing an event at all, the onChange(param) listener is called with '' as param.

For example,

selectizeControl.setValue('5', true);

fires onChange('').

What's going on here, and how would I fix this?

@super-cache-money super-cache-money changed the title Silent setValue not silent Silent setValue() not silent Apr 15, 2015
@brianreavis
Copy link
Member

Try out 0.12.1

@super-cache-money
Copy link
Author

Nailed it :D
On 16 Apr 2015 10:31, "Brian Reavis" notifications@github.com wrote:

Try out 0.12.1
https://github.com/brianreavis/selectize.js/releases/tag/v0.12.1


Reply to this email directly or view it on GitHub
#764 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants