Skip to content

[Bug] Date Picker - year option shows empty when we set the past dates or future dates only #3497

@vanessatran-ddi

Description

@vanessatran-ddi

Example:

Image for this code: ``` ```

and

Image
<goab-form-item 
          label="Future Dates Only" 
          helpText="Select any date from today onwards">
          <goab-date-picker
            name="future-only"
            [min]="today"
            width="20rem"
            (onChange)="onRangeChange('futureOnly', $event)">
          </goab-date-picker>
        </goab-form-item>

Year dropdown doesn't show any options.

Acceptance Criteria:

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