react-form-tmp
v1.1.0
Published
支持一个大form表单拆分成若干个小form,支持跨多层级component使用同一个form表单。 getFieldDecorator双向绑定,将支持到数组和对象。
Downloads
13
Readme
react-form
getFieldDecorator支持绑定对象,数组形式,例如:
getFieldDecorator('a.b',{}) getFieldDecorator('a[0]',{})
demo: https://codesandbox.io/s/v09ln4vwjl
新特性还在考虑,项目更新中...