Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Dec 11, 2024
1 parent c33a20c commit e7fff06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/src/components/input_field/input_field.dart
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ class _ImpaktfullUiInputFieldState extends State<ImpaktfullUiInputField> {
AlignmentDirectional.topStart,
child: Text(
_controller.text,
maxLines: widget.multiline
? widget.maxLines
: 1,
style: componentTheme.textStyles.text,
),
),
Expand Down

0 comments on commit e7fff06

Please sign in to comment.