onvno / pokerface

日常技术文章阅读整理
3 stars 0 forks source link

20191216 - Antd #84

Open onvno opened 4 years ago

onvno commented 4 years ago

Form表单动态添加值

{getFieldDecorator(`relate_body[${index}].condition`, {
    initialValue: condition,
})(<Input />)}

动态添加relate_body

onvno commented 4 years ago

React - change input defaultValue by passing props

动态更新defaultValue,需要设置key