Skip to content

Getting a change event from a datepicker object #57

@CristiCimpianu

Description

@CristiCimpianu

Due to the fact that by default you catch onSelect, change and input events it seems I can't attach a handler to any event in order to know when the field value changes. The only solution I found is to trigger a change event from your onSelect handler:

object.input.trigger("change");

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