From f128c8c1745ef7ae83cd672d4b7a91799571c94d Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 8 Jul 2025 15:35:46 +0300 Subject: [PATCH] specify autocap (#8619) --- src/view/com/composer/text-input/TextInput.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/view/com/composer/text-input/TextInput.tsx b/src/view/com/composer/text-input/TextInput.tsx index 27b769c4e8..e9c5d86b90 100644 --- a/src/view/com/composer/text-input/TextInput.tsx +++ b/src/view/com/composer/text-input/TextInput.tsx @@ -249,6 +249,9 @@ export const TextInput = forwardRef(function TextInputImpl( multiline scrollEnabled={false} numberOfLines={2} + // Note: should be the default value, but as of v1.104 + // it switched to "none" on Android + autoCapitalize="sentences" {...props} style={[ inputTextStyle,