palantir/blueprint

Configure the default time when selecting a day in a DateRangeInput

Open

#2,625 opened on Jun 25, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)TypeScript (20,263 stars) (2,167 forks)batch import
Package: datetimeType: feature requesthelp wanted

Description

Environment

  • Package version(s): 1.36.1 & 2.3.1

Feature request

Hi, it would be convenient if we could configure the default time when selecting a date in a Date range input. Right now when a user selects a date, the default time is "12:00:00". I believe this is hardcoded in this file

If we keep a hardcoded value for the time, I believe "00:00" would be a better choice.

Examples

Create a DateRangeInput and select any Date, the default time will be "12:00"

Contributor guide