Skip to content

Commit 990a7b9

Browse files
Quick fix for post input not capitalizing the start of sentences (#8168) (#8172)
(cherry picked from commit 8eba95a) Co-authored-by: Daniel Espino García <[email protected]>
1 parent 7c943e5 commit 990a7b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/post_draft/post_input/post_input.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ export default function PostInput({
335335
underlineColorAndroid='transparent'
336336
textContentType='none'
337337
value={value}
338+
autoCapitalize='sentences'
338339
/>
339340
);
340341
}

0 commit comments

Comments
 (0)