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

add react-test-renderer #18

Closed wangzuo closed 7 years ago

danielberndt commented 7 years ago

Ah good catch with the missing dependency! What about the onSubmit with event in the getting started doc though? Do you feel it's important? I've never seen the need to do anything with the event.

wangzuo commented 7 years ago

Maybe better to show its available as the 2nd argument ? sometimes attributes like e.target can be helpful.

danielberndt commented 7 years ago

Okay, let's leave it in for now. Maybe once we see some more real life usage we can probably better gauge how useful this argument really is :)