diff --git a/src/react-components/input-field.tsx b/src/react-components/input-field.tsx index 35fa15cb6..3f40a29ff 100644 --- a/src/react-components/input-field.tsx +++ b/src/react-components/input-field.tsx @@ -40,7 +40,7 @@ export const InputField = ({ data-testid={dataTestid} className={cn(className, gridStyle({ gap: 4 }))} > - {title && ( + {title && props.type !== "hidden" && (