TimeInput needs improvements (12-hour / 24-hour, AM / PM, custom date ranges) #6399
atumas-bananamilk
started this conversation in
Feature requests
Replies: 4 comments
-
Something like this, called "step" would solve "custom date ranges": |
Beta Was this translation helpful? Give feedback.
0 replies
-
It will be added in 8.0 next year |
Beta Was this translation helpful? Give feedback.
0 replies
-
Not having the option to use 12-hr format or 24-hr format is kind of a deal breaker at the moment for our projects using Mantine. So yeah, happy with the announcement about the adding 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We know for
<TimeInput />
component you usedinput[type="time"]
but to be honest it's hard to change things using it, and I see a lot of frustrated people by this decision (#4213 (comment)) which prevents from easy management.For example, our customers need:
I know it's a lot of work to rebuild it without
input[type="time"]
but it's super hard to change things using it.We could write our own wrapper using
<Select />
but if this feature could address those problems above it would be super appreciated.Beta Was this translation helpful? Give feedback.
All reactions