diff --git a/apps/mobile/src/components/Feed/Socialize/CommentBox.tsx b/apps/mobile/src/components/Feed/Socialize/CommentBox.tsx index 1e9260037c..96f9babe83 100644 --- a/apps/mobile/src/components/Feed/Socialize/CommentBox.tsx +++ b/apps/mobile/src/components/Feed/Socialize/CommentBox.tsx @@ -96,7 +96,6 @@ export function CommentBox({ }} className="text-sm h-5" selectionColor={colorScheme === 'dark' ? colors.white : colors.black['800']} - autoCapitalize="none" autoComplete="off" autoFocus={autoFocus} onBlur={handleDismiss}