specify autocap (#8619)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user