|
@@ -125,7 +125,7 @@ export interface FormSchema {
|
|
|
// Auxiliary text
|
|
|
subLabel?: string;
|
|
|
// Help text on the right side of the text
|
|
|
- helpMessage?: string | string[];
|
|
|
+ helpMessage?: string | string[] | ((renderCallbackParams: RenderCallbackParams) => string | string[]);
|
|
|
// BaseHelp component props
|
|
|
helpComponentProps?: Partial<HelpComponentProps>;
|
|
|
// Label width, if it is passed, the labelCol and WrapperCol configured by itemProps will be invalid
|