react antd
Posted 泼皮,休要嚣张~
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react antd相关的知识,希望对你有一定的参考价值。
react 的 antd框架中 form使用需注意:
1、不能用state改变下拉框、输入框等组件的值,因为 经过 getFieldDecorator
包装的控件,表单控件会自动添加 value
(或 valuePropName
指定的其他属性) onChange
(或 trigger
指定的其他属性),数据同步将被 Form 接管值。要用setFieldsValue({key:value});
2、比如修改页面使用form 用到下拉框Select时,要给select加上lableInValue={true}属性,相应的setFieldsValue 的value也必须换成{key:“”,value:""}的形式
以上是关于react antd的主要内容,如果未能解决你的问题,请参考以下文章
已解决在react+ts中 atnd 用 upload 组件报错Failed to execute ‘readAsArrayBuffer,param 1 is notof type Blob(代码片段