Skip to content

Changing time/ clicking Done does not trigger input fields change event #14

@Aukhan

Description

@Aukhan

I have delegated events with Bakcbone and changing the time is not causing the input fields change handler to get fired,
changing line 811 from
this.input.triggerHandler('change');
to
this.input.trigger('change');

resolves the issue for me

Need your feedback.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions