prometheusresearch-archive / react-forms

Forms library for React.
1.16k stars 112 forks source link

Type date not working #129

Closed cristiancedenogallego closed 8 years ago

cristiancedenogallego commented 8 years ago

{ type: 'object', properties: { anyDate {type: 'date'}, } }

bsr203 commented 8 years ago

hi. can you please let us know how did you solve it. I was adding some example, and will look into adding one with date. thanks.