-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels