From f90d3aa6ac35508d263336713acfc602a2483aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E6=B8=B8=E5=90=9B?= Date: Thu, 15 Sep 2022 02:55:18 +0800 Subject: [PATCH] docs(form): fix hide-required-asterisk desc (#9763) --- docs/en-US/component/form.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en-US/component/form.md b/docs/en-US/component/form.md index 48b125dcc2..bb4d4b39cf 100644 --- a/docs/en-US/component/form.md +++ b/docs/en-US/component/form.md @@ -133,7 +133,7 @@ form/accessibility | `label-position` | Position of label. If set to `'left'` or `'right'`, `label-width` prop is also required. | `'left' \| 'right' \| 'top'` | `'right'` | | `label-width` | Width of label, e.g. `'50px'`. All its direct child form items will inherit this value. `auto` is supported. | `string \| number` | — | | `label-suffix` | Suffix of the label. | `string` | — | -| `hide-required-asterisk` | Whether required fields should have a red asterisk (star) beside their labels. | `boolean` | `false` | +| `hide-required-asterisk` | Whether to hide required fields should have a red asterisk (star) beside their labels. | `boolean` | `false` | | `require-asterisk-position` | Position of asterisk. | `'left' \| 'right'` | `'left'` | | `show-message` | Whether to show the error message. | `boolean` | `true` | | `inline-message` | Whether to display the error message inline with the form item. | `boolean` | `false` |