Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.
This repository was archived by the owner on May 19, 2025. It is now read-only.

Date range startDate and endDate are null but all dates are highlighted with the selected date color #573

@keshava15

Description

@keshava15

Subject of the issue

Describe your issue here.
Date range startDate and endDate are null but all dates are highlighted with the selected date color
This is a bit confusing to users all dates are in the selected color but my start and dates are null
const [state, setState] = useState([ { startDate: null, endDate: null, key: 'due', } ]);

[BUG] Bug Reproduce Steps

When start and end date are null
Tell us how to reproduce this issue.

[BUG] Expected behavior

If dates are not yet selected no need to highlight all dates

Environment

Package Version:
React version:
Node version:
Screenshot 2022-05-26 at 4 24 46 PM

Browser:

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