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

* Revert "fix autocomplete (#7930)"

This reverts commit f06a78017a.

* Revert "#6861: Use available space to make focus on Composer TextInput easier (copy) (#7836)"

This reverts commit e40656128d.
This commit is contained in:
Eric Bailey
2025-03-07 10:34:14 -06:00
committed by GitHub
parent f06a78017a
commit 0014b8b9cd
4 changed files with 28 additions and 41 deletions
@@ -249,11 +249,9 @@ 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,
@@ -263,8 +261,8 @@ export const TextInput = forwardRef(function TextInputImpl(
borderWidth: 1,
borderColor: 'transparent',
},
props.style,
]}>
]}
{...props}>
{textDecorated}
</PasteInput>
<Autocomplete