Skip to content

Commit

Permalink
Merge pull request #128 from emem365/master
Browse files Browse the repository at this point in the history
Update card_settings_phone.dart
  • Loading branch information
codegrue committed Aug 3, 2020
2 parents 9c223b5 + d9fae61 commit 069329f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/text_fields/card_settings_phone.dart
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class CardSettingsPhone extends StatelessWidget
labelWidth: labelWidth,
labelAlign: labelAlign,
contentAlign: contentAlign,
initialValue: formatAsPhoneNumber(initialValue.toString()),
initialValue: initialValue!=null ? formatAsPhoneNumber(initialValue.toString()): "",
contentOnNewLine: contentOnNewLine,
maxLength: maxLength,
hintText: hintText,
Expand Down

0 comments on commit 069329f

Please sign in to comment.