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 Sep 28, 2021
1 parent a39b8b1 commit b43cb88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/credit_card_form.dart
Original file line number Diff line number Diff line change
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 b43cb88

Please sign in to comment.