gcanti / tcomb-form

Forms library for react
https://gcanti.github.io/tcomb-form
MIT License
1.16k stars 136 forks source link

Is there a way to display time picker either separately or along with date? #421

Open manoj-makkuboy opened 5 years ago

manoj-makkuboy commented 5 years ago

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?