Skip to content

Shouldn't controller.setValue() call onFinishChange? #157

@victorpoughon

Description

@victorpoughon

Currently, controller.setValue( value ) invokes any registered onChange() handlers. Shouldn't it also call any registered onFinishChange() handler? Seems a bit inconsistent that it doesn't.

Looking at the code, controller.load(value) seems to do this, but it's not documented. Is it safe to use it to achieve that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions