Skip to content

Commit

Permalink
enable auto caps for comment (#2037)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitoo1 authored Oct 21, 2023
1 parent 5ce0989 commit a113522
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/mobile/src/components/Feed/Socialize/CommentBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit a113522

Please sign in to comment.