Skip to content

Silent setValue() not silent #764

Closed
Closed
@super-cache-money

Description

@super-cache-money

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions