feat: Allow multi-line input for description field in AddContactBottomSheet
This commit is contained in:
parent
b286ab854a
commit
8ad9690d89
@ -547,7 +547,8 @@ class _AddContactBottomSheetState extends State<AddContactBottomSheet> {
|
||||
MySpacing.height(16),
|
||||
_textField("Address", addrCtrl),
|
||||
MySpacing.height(16),
|
||||
_textField("Description", descCtrl),
|
||||
_textField("Description", descCtrl,
|
||||
maxLines: 3),
|
||||
],
|
||||
)
|
||||
: const SizedBox.shrink()),
|
||||
|
Loading…
x
Reference in New Issue
Block a user