informative icon indicating copy to clipboard operation
informative copied to clipboard

React Forms with ease. Use render-props to broadcast state changes for the Form and Field. Also first-class support for re-usable FieldWraps

Results 4 informative issues
Sort by recently updated
recently updated
newest added

I need a way to turn empty string into `'0'` or at least `0` for checkboxes. Currently I am mapping those values on submit, however it requires to keep track...

It doesn't look like its being used in the Fields yet, but I'm guessing there is a plan to =) What is the goal of the children having access to...

The form wrapping feels a bit weird, requires a lot of context of the inner workings of Form and its state. The result is that it'll tie your app in...

Maybe this is more of a hassle than its worth, but what if instead of requiring a promise on submit we provided a closure to them that makes them handle...