diff --git a/packages/components/src/ui/text-field.tsx b/packages/components/src/ui/text-field.tsx index a8e30c9a..6777363c 100644 --- a/packages/components/src/ui/text-field.tsx +++ b/packages/components/src/ui/text-field.tsx @@ -54,7 +54,7 @@ export const FieldSuffix = ({ export interface TextInputProps extends Omit { control?: Control; name: FieldPath; - label?: string; + label?: string | React.ReactNode; description?: string; components?: Partial & { Input?: React.ComponentType>;