Are we planning to integrate timepicker? #1414
janjanarnaldo
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
@janjanarnaldo there're no plans for a "time picker". I'm curious however about the hacking you need to integrate an existing one. Could you provide an example? Not sure also how a "time picker" should look like. Would something similar work? https://codesandbox.io/s/sandpack-project-forked-3rn8qb?file=/App.tsx |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
My project is currently invested heavily in this calendar picker with regards to using it into Form and custom conditions. My problem is that I am using a separate library for TimePicker.
It was all good and fine until my UX designed a form with date and time picker into 1 input field, essentially merging the 2 form components together and making it work as one.
Describe the solution you'd like
My question is, is there a future plan or support for time picker in this project?
Describe alternatives you've considered
Planning to create a component with these 2 components merged together but it will need a lot of hacking and stuff just to make it work as one. Not to mention I'm using react-hook-form for my forms with makes it hard to register 2 components to be 1.
Additional context
Remove everything and use another library with day and time picker options, but risk refactoring all the existing conditions we have using this component.
Beta Was this translation helpful? Give feedback.
All reactions