# react-form
getFieldDecorator支持绑定对象，数组形式，例如：

getFieldDecorator('a.b',{})
getFieldDecorator('a[0]',{})


demo: https://codesandbox.io/s/v09ln4vwjl

新特性还在考虑，项目更新中...