Is there a way to display time picker either separately or along with date?
Opened this issue · 0 comments
manoj-makkuboy commented
When I create a form using
const FormSchema = t.struct({ startDate: t.Date })
I see a date picker in which I can input only date. Is it possible to input time along with it?