Skip to content

Commit

Permalink
🐛 SimformSolutionsPvtLtd#40 Absence of focus node in credit_card_form…
Browse files Browse the repository at this point in the history
….dart =>

As card number is the first field so it doesn't require focus node.
  • Loading branch information
meetjanani committed Oct 8, 2021
1 parent 9f08f2a commit c895e0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/credit_card_form.dart
Expand Up @@ -90,7 +90,6 @@ class _CreditCardFormState extends State<CreditCardForm> {
MaskedTextController(mask: '0000');

FocusNode cvvFocusNode = FocusNode();
FocusNode cardNumberNode = FocusNode();
FocusNode expiryDateNode = FocusNode();
FocusNode cardHolderNode = FocusNode();

Expand Down

0 comments on commit c895e0f

Please sign in to comment.