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