Quick fix for post input not capitalizing the start of sentences (#8168) (#8173)

(cherry picked from commit 8eba95ad5c)

Co-authored-by: Daniel Espino García <larkox@gmail.com>
This commit is contained in:
Mattermost Build 2024-08-26 14:50:44 +02:00 committed by GitHub
parent 2500f9f7f9
commit 0e61a93759
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -335,6 +335,7 @@ export default function PostInput({
underlineColorAndroid='transparent'
textContentType='none'
value={value}
autoCapitalize='sentences'
/>
);
}