fix autocomplete (#7930)
This commit is contained in:
@@ -253,7 +253,7 @@ export const TextInput = forwardRef(function TextInputImpl(
|
||||
style={[
|
||||
inputTextStyle,
|
||||
a.w_full,
|
||||
a.h_full,
|
||||
!autocompletePrefix && a.h_full,
|
||||
{
|
||||
textAlignVertical: 'top',
|
||||
minHeight: 60,
|
||||
|
||||
@@ -49,7 +49,7 @@ export function Autocomplete({
|
||||
a.px_sm,
|
||||
a.py_md,
|
||||
]}
|
||||
key={item.handle}>
|
||||
key={item.did}>
|
||||
<PressableScale
|
||||
testID="autocompleteButton"
|
||||
style={[
|
||||
|
||||
Reference in New Issue
Block a user