Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

onChange is not triggered when the input reach zero(empty) #172

Open
@cloudsoh

Description

@cloudsoh

Output
Dec-05-2019 14-22-02

Code

   onChange={(jsDate, dateString) => {
        console.log('onChange');
        this.setState({ datePickerInputDate: dateString });
   }}

Expected Behaviour
The onChange should trigger with Invalid Date or empty string "" returned.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions