Skip to content

Commit e1f1f2f

Browse files
committed
docs(upload): formItem prop disabled (vueComponent#6374)
1 parent 1bd47cf commit e1f1f2f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

components/form/index.en-US.md

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ A form consists of one or more form fields whose type includes input, textarea,
7575
| --- | --- | --- | --- | --- |
7676
| autoLink | Whether to automatically associate form fields. In most cases, you can use automatic association. If the conditions for automatic association are not met, you can manually associate them. See the notes below. | boolean | true | |
7777
| colon | Used with `label`, whether to display `:` after label text. | boolean | true | |
78+
| disabled | Whether to disable Item and skip rule verification | boolean | false | |
7879
| extra | The extra prompt message. It is similar to help. Usage example: to display error message and prompt message at the same time. | string\|slot | | |
7980
| hasFeedback | Used with `validateStatus`, this option specifies the validation status icon. Recommended to be used only with `Input`. | boolean | false | |
8081
| help | The prompt message. If not provided, the prompt message will be generated by the validation rule. | string\|slot | | |

components/form/index.zh-CN.md

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/ORmcdeaoO/Form.svg
7676
| --- | --- | --- | --- | --- |
7777
| autoLink | 是否自动关联表单域,对于大部分情况都可以使用自动关联,如果不满足自动关联的条件,可以手动关联,参见下方注意事项 | boolean | true | |
7878
| colon | 配合 label 属性使用,表示是否显示 label 后面的冒号 | boolean | true | |
79+
| disabled | 是否禁用 Item 并跳过 rule 验证 | boolean | false | |
7980
| extra | 额外的提示信息,和 help 类似,当需要错误信息和提示文案同时出现时,可以使用这个。 | string\|slot | | |
8081
| hasFeedback | 配合 validateStatus 属性使用,展示校验状态图标,建议只配合 Input 组件使用 | boolean | false | |
8182
| help | 提示信息,如不设置,则会根据校验规则自动生成 | string\|slot | | |

0 commit comments

Comments
 (0)