Revert "fix autocomplete (#7930)"

This reverts commit f06a78017a.
This commit is contained in:
Eric Bailey
2025-03-07 10:24:47 -06:00
parent f06a78017a
commit d26b1e5cf8
2 changed files with 2 additions and 2 deletions
@@ -253,7 +253,7 @@ export const TextInput = forwardRef(function TextInputImpl(
style={[ style={[
inputTextStyle, inputTextStyle,
a.w_full, a.w_full,
!autocompletePrefix && a.h_full, a.h_full,
{ {
textAlignVertical: 'top', textAlignVertical: 'top',
minHeight: 60, minHeight: 60,
@@ -49,7 +49,7 @@ export function Autocomplete({
a.px_sm, a.px_sm,
a.py_md, a.py_md,
]} ]}
key={item.did}> key={item.handle}>
<PressableScale <PressableScale
testID="autocompleteButton" testID="autocompleteButton"
style={[ style={[