Skip to content

Commit

Permalink
fix(printer): add enter action in footer field
Browse files Browse the repository at this point in the history
  • Loading branch information
sheenazien8 committed Apr 27, 2024
1 parent d52061e commit 5d7bad7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/screens/setting/printers/add_printer_page_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ class _AddPrinterPageScreenState extends State<AddPrinterPageScreen> {
Container(
margin: const EdgeInsets.only(bottom: 10),
child: MyTextField(
textInputAction: TextInputAction.none,
maxLines: 4,
controller: _printerController.footerController,
label: 'field_footer'.tr,
Expand Down

0 comments on commit 5d7bad7

Please sign in to comment.