diff --git a/packages/libs/react-ui/src/components/Form/FormFieldWrapper/FormFieldWrapper.tsx b/packages/libs/react-ui/src/components/Form/FormFieldWrapper/FormFieldWrapper.tsx index 8ea0ff68fc..12fe05618d 100644 --- a/packages/libs/react-ui/src/components/Form/FormFieldWrapper/FormFieldWrapper.tsx +++ b/packages/libs/react-ui/src/components/Form/FormFieldWrapper/FormFieldWrapper.tsx @@ -13,8 +13,8 @@ import { statusVariant } from './FormFieldWrapper.css'; export interface IFormFieldWrapperProps extends Omit { - children: // combine types for all input types - | FunctionComponentElement + children: + | FunctionComponentElement | FunctionComponentElement[]; status?: FormFieldStatus; disabled?: boolean;