Rework native autocomplete (#5521)
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
This commit is contained in:
@@ -245,7 +245,11 @@ export const TextInput = forwardRef(function TextInputImpl(
|
||||
multiline
|
||||
scrollEnabled={false}
|
||||
numberOfLines={4}
|
||||
style={[inputTextStyle, a.w_full, {textAlignVertical: 'top'}]}
|
||||
style={[
|
||||
inputTextStyle,
|
||||
a.w_full,
|
||||
{textAlignVertical: 'top', minHeight: 60},
|
||||
]}
|
||||
{...props}>
|
||||
{textDecorated}
|
||||
</PasteInput>
|
||||
|
||||
Reference in New Issue
Block a user