get-focus / deprecated-focus-graph

Tools based on Redux to easily integrate forms, validate and manipulate data.
http://getfocus.io/focus-documentation/
MIT License
4 stars 3 forks source link

Form Connector : default value to [] for nonValidatedFields #48

Closed TomGallon closed 8 years ago

TomGallon commented 8 years ago

allow to not define prop nonValidatedFields in form configuration by assign it a [] default value.

https://github.com/get-focus/focus-graph/blob/master/src/behaviours/form.js#L125

@pierr @Ephrame