cybertec-postgresql / rjsf-material-ui

[Archived] Material UI theme for react-jsonschema-form.
https://cybertec-postgresql.github.io/rjsf-material-ui/
MIT License
62 stars 25 forks source link

Use material-ui pickers for date inputs #10

Open LorenzHenk opened 5 years ago

LorenzHenk commented 5 years ago

Description

We should consider using the new @material-ui/pickers for date inputs.

The problem here is, that it introduces another (peer)Dependency (@material-ui/pickers), which itself adds a peer dependency (date formatting library of your choice).

I'm not certain whether or not this is worth it.

lamuertepeluda commented 5 years ago

I'd really like to have pickers, no matter if they are a peer or an optional dependency

lamuertepeluda commented 5 years ago

Btw this package did it, although with too much customizations in the dependencies, in my opinions

lamuertepeluda commented 5 years ago

Maybe this one is a better example. But I like your TS approach more.