You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| colon | Used with `label`, whether to display `:` after label text. | boolean | true |
115
-
| extra | The extra prompt message. It is similar to help. Usage example: to display error message and prompt message at the same time. | string\|ReactNode||
119
+
| 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||
116
120
| hasFeedback | Used with `validateStatus`, this option specifies the validation status icon. Recommended to be used only with `Input`. | boolean | false |
117
-
| help | The prompt message. If not provided, the prompt message will be generated by the validation rule. | string\|ReactNode||
118
-
| label | Label text | string\|ReactNode||
121
+
| help | The prompt message. If not provided, the prompt message will be generated by the validation rule. | string\|slot||
122
+
| label | Label text | string\|slot||
119
123
| labelCol | The layout of label. You can set `span``offset` to something like `{span: 3, offset: 12}` or `sm: {span: 3, offset: 12}` same as with `<Col>`|[object](/ant-design/components/grid/#Col)||
120
124
| required | Whether provided or not, it will be generated by the validation rule. | boolean | false |
121
125
| validateStatus | The validation status. If not provided, it will be generated by validation rule. options: 'success' 'warning' 'error' 'validating' | string ||
0 commit comments