with-form-data
v1.0.3
Published
Describe form in declarative way. Handle change fields data, check errors and post data action
Downloads
5
Maintainers
Readme
HOC withFormData
Describe form in declarative way Handle change fields data, check errors and post data action
Usage:
withFormData({
labelClassName = 'label-hoc-form',
fieldWrapperClassName = 'field-hoc-form'
})(Component)