Skip to content

Commit

Permalink
make it enter new line
Browse files Browse the repository at this point in the history
  • Loading branch information
praslnx8 committed Jul 1, 2024
1 parent c1a68de commit beee78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/widgets/create_investment_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class _CreateInvestmentPage extends PageState<CreateInvestmentViewState,
),
const SizedBox(height: AppDimen.defaultPadding),
TextFormField(
textInputAction: TextInputAction.next,
textInputAction: TextInputAction.newline,
maxLines: 4,
controller: _descriptionController,
decoration: const InputDecoration(
Expand Down

0 comments on commit beee78f

Please sign in to comment.