From 927581bb844a6e9fc16cd51d8214f24a95b0d8df Mon Sep 17 00:00:00 2001 From: Hans Chan Date: Mon, 9 Jan 2017 11:03:35 +0800 Subject: [PATCH] docs: add property `colon` for Form.Item (#4505) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: 修改错别字 * docs: add property `colon` for Form.Item `colon` is available since 2.0.0-beta.1 --- components/form/index.en-US.md | 2 +- components/form/index.zh-CN.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/form/index.en-US.md b/components/form/index.en-US.md index dd1d37807f..cd0646daf7 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 |