Revert "Small revert to be on the safe side (#7932)" (#7958)

This reverts commit 0014b8b9cd.
This commit is contained in:
Samuel Newman
2025-03-24 21:11:13 +02:00
committed by GitHub
parent 6a5770ee89
commit dba6f4bb1f
4 changed files with 41 additions and 28 deletions
@@ -249,9 +249,11 @@ export const TextInput = forwardRef(function TextInputImpl(
multiline
scrollEnabled={false}
numberOfLines={2}
{...props}
style={[
inputTextStyle,
a.w_full,
!autocompletePrefix && a.h_full,
{
textAlignVertical: 'top',
minHeight: 60,
@@ -261,8 +263,8 @@ export const TextInput = forwardRef(function TextInputImpl(
borderWidth: 1,
borderColor: 'transparent',
},
]}
{...props}>
props.style,
]}>
{textDecorated}
</PasteInput>
<Autocomplete