palantir/blueprint

DateTime2 DatePicker no longer limits month select options when minDate specified

Open

#6,891 创建于 2024年7月2日

在 GitHub 查看
 (2 评论) (1 反应) (0 负责人)TypeScript (2,167 fork)batch import
Package: datetimeType: bughelp wanted

仓库指标

Star
 (20,263 star)
PR 合并指标
 (平均合并 43天 10小时) (30 天内合并 27 个 PR)

描述

DateTime2 DatePicker no longer limits month select options when minDate specified.

Steps to see:

  1. Go to https://blueprintjs.com/docs/#datetime2/date-picker3
  2. Select min date "1 week ago"
  3. BUG: All 12 months are still displayed as options in the month select. Previously (DateTime 1), months would have been reduced to only the available months.

贡献者指南