Skip to content

Commit

Permalink
Quick fix for post input not capitalizing the start of sentences (mat…
Browse files Browse the repository at this point in the history
…termost#8168) (mattermost#8172)

(cherry picked from commit 8eba95a)

Co-authored-by: Daniel Espino García <[email protected]>
  • Loading branch information
mattermost-build and larkox authored Aug 26, 2024
1 parent 7c943e5 commit 990a7b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/post_draft/post_input/post_input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ export default function PostInput({
underlineColorAndroid='transparent'
textContentType='none'
value={value}
autoCapitalize='sentences'
/>
);
}

0 comments on commit 990a7b9

Please sign in to comment.