React开发(157):一级直接用getFieldDecorator
Posted 前端小歌谣
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了React开发(157):一级直接用getFieldDecorator相关的知识,希望对你有一定的参考价值。
<Row gutter={12}>
<Col span={12}>
<Form.Item label="省/市/区">
{getFieldDecorator(`proviceValue`, {
initialValue: proviceValue,
rules: [{ required: true, message: '公司人数不能为空' }],
})(
<Cascader
fieldNames={fieldNames}
options={options}
onChange={this.onChange}
placeholder="请输入"
/>
)}
</Form.Item>
</Col>
</Row>
以上是关于React开发(157):一级直接用getFieldDecorator的主要内容,如果未能解决你的问题,请参考以下文章
React Design Editor已经开始开发诸如Powerpoint这样的可编辑设计工具的直接操作,我们已经用reactjs,ant.design,fabricjs来开发它
STM32MP157资源扩展板驱动移植篇3:扩展板数码管控制
STM32MP157使用记录:OpenSTLinux试用与开发体验