跳到主要内容

Interface: IBaseFormItemProps

Extended by

Properties

PropertyTypeDefault valueDescription
colProps?ColProps-表单项的栅格配置(当和 Form 同时设置时,以 Item 为准)
componentProps?TFunction<Recordable<any>>-组件属性
disabled?TFunction<boolean>-是否禁用(当和 Form 同时设置时,以 Item 为准)
forceRow?boolean-是否强制换一行显示该表单项(强制换行后续会跟随换行表单项)
ifShow?TFunction<boolean>-是否显示(会新增或删除节点)
initialValue?any-默认值
labelstring-标签名
labelCol?ColProps-表单项label标签布局方式(当和 Form 同时设置时,以 Item 为准)
namestring-字段名
required?TFunction<boolean>-是否必填
rules?Rule[]-校验规则
show?TFunction<boolean>-是否显示(相当于display:none
valuePropName?string-子节点的值的属性,如 Switch、Checkbox 的是 checked
wrapperCol?ColProps-表单项组件的布局方式(当和 Form 同时设置时,以 Item 为准)