diff --git a/components/form/index.en-US.md b/components/form/index.en-US.md index 300b3c74c4..50d8af1b0b 100644 --- a/components/form/index.en-US.md +++ b/components/form/index.en-US.md @@ -115,7 +115,7 @@ Note: | required | Whether provided or not, it will be generated by the validation rule. | boolean | false | | validateStatus | The validation status. If not provided, it will be generated by validation rule. options: 'success' 'warning' 'error' 'validating' | string | | | hasFeedback | Used with `validateStatus`, this option specifies the validation status icon. Recommended to be used only with `Input`. | boolean | false | - +| colon | Used with `label`, whether to display `:` after label text. | boolean | true |