kjanoudi / joiful-react-forms

Automatically generate validated React forms using the Joi schema!
10 stars 1 forks source link

Input has no name if the DefaultInputGroup is used #29

Closed jaulz closed 8 years ago

jaulz commented 8 years ago

When the DefaultInputGroup is used the fields do not have names because the property fieldName is passed instead of name.

See PR https://github.com/kjanoudi/joiful-react-forms/pull/28 for a fix.

bentatum commented 8 years ago

you're the man.