Replies: 1 comment 3 replies
-
|
Hey @FranzVDB, thanks for opening this issue! I'll add this to our pipeline for the next version of the library as this needs to be beautifully designed first before we can implement it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Problem or use case
Many times when using a date picker, you need to fill in hour / minute too, like for when an event starts.
So atm im allowed to set granularity="minute" :
<DatePicker aria-label="Date picker" value={value} granularity="minute" onChange={setValue} />but not the best UX when using DatePicker - AND DateRangePicker UI breaks when used like this.
DatePicker:

DateRangePicker:

Proposed solution
The DatePicker from React Aria already supports this, but the UI needs to be designed to handle it among other customization.
Alternatives considered
My alternative solution will be to implement it myself
Examples or mockups
just my "old" date picker before switching to untitled:

Beta Was this translation helpful? Give feedback.
All reactions