palantir/blueprint

Text overflow wrapping for time picker

Open

#4,702 创建于 2021年5月7日

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

仓库指标

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

描述

I think it would be helpful to support time wrapping for time picker when using the arrow keys. It seems unintuitive for 4:00 -> arrow down -> 4:59 instead of wrapping to 3:59.

Currently workarounds are not possible since origin of time change (hours, minutes seconds) and direction of change are not accessible from the onChange callback.

Thank you for your consideration!

贡献者指南