diff --git a/lib/components/src/form/field/field.tsx b/lib/components/src/form/field/field.tsx index 4a009c83c1ab..10cf3507a93a 100644 --- a/lib/components/src/form/field/field.tsx +++ b/lib/components/src/form/field/field.tsx @@ -26,8 +26,8 @@ export interface FieldProps { label?: ReactNode; } -export const Field: FunctionComponent = ({ label, children }) => ( - +export const Field: FunctionComponent = ({ label, children, ...props }) => ( + {label ? (