codecks-io / react-reform

Helps you create powerful themes for pleasant to use forms
http://react-reform.codecks.io
135 stars 7 forks source link

support camelCase (aka `isRequired`) for validation props #13

Closed danielberndt closed 7 years ago

danielberndt commented 7 years ago

as discussed here it's probably more in line with how jsx attributes should work.

I propose to support both syntaxes and recommend using the camelCase one. (maybe even deprecating the old syntax at some point)

danielberndt commented 7 years ago

fixed and published with v1.1.0