fix autocomplete (#7930)

This commit is contained in:
Samuel Newman
2025-03-07 16:20:55 +00:00
committed by GitHub
parent 27ae829698
commit f06a78017a
2 changed files with 2 additions and 2 deletions
@@ -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,