diff --git a/src/components/FieldSetWithStatus.tsx b/src/components/FieldSetWithStatus.tsx index 3bf31245..38fea9f4 100644 --- a/src/components/FieldSetWithStatus.tsx +++ b/src/components/FieldSetWithStatus.tsx @@ -92,6 +92,7 @@ export default function FieldSetWithStatus({ autoComplete="off" readOnly={readOnly || pending} className={cc(type === 'text' && 'w-full')} + autoCapitalize="off" />} );