palantir/blueprint

Text overflow wrapping for time picker

Open

#4,702 opened on 2021年5月7日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)TypeScript (2,167 forks)batch import
P2Package: datetimeType: feature requesthelp wanted

Repository metrics

Stars
 (20,263 stars)
PR merge metrics
 (平均マージ 43d 10h) (30d で 27 merged PRs)

説明

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!

コントリビューターガイド