Skip to content

How to use with time picker #1474

Closed Answered by dimitur2204
marcostaborda asked this question in Support
Discussion options

You must be logged in to vote

@marcostaborda

One thing you can do is use the native input <input type="datetime-local" /> which renders an input with date and time input and use that as a way to change time and then use react-day-picker to link it to the input https://react-day-picker.js.org/guides/input-fields.

If you want a time picker as a UI element then you have to do one yourself or just add an extra input field with type="time" which has a native time select on most browsers

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by gpbl
Comment options

You must be logged in to vote
1 reply
@dimitur2204
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants