react学习(16)---getFieldDecorator赋值
Posted 小歌谣(公众号同名)
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react学习(16)---getFieldDecorator赋值相关的知识,希望对你有一定的参考价值。
<Row gutter={12}>
<Col span={12}>
<Form.Item label="名称">
{getFieldDecorator('name', {
rules: [{ required: true, message: '活动名称不能为空' }],
})(<Input placeholder="请输入" />)}
</Form.Item>
</Col>
</Row>
以上是关于react学习(16)---getFieldDecorator赋值的主要内容,如果未能解决你的问题,请参考以下文章
CX105React16+React-Router4 从零打造企业级电商后台管理系统