Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #40 Absence of focus node in credit_card_form.dart #65

Merged
merged 1 commit into from
Oct 11, 2021

Conversation

meetjanani
Copy link
Contributor

@meetjanani meetjanani commented Sep 28, 2021

🐛 fix #40 Absence of focus node in credit_card_form.dart =>
As card number is the first field so it doesn't require focus node.

@meetjanani meetjanani force-pushed the issue_40 branch 6 times, most recently from a1178b7 to 25c31c1 Compare October 11, 2021 13:54
@@ -77,7 +77,7 @@ class MySampleState extends State<MySample> {
useBackgroundImage ? 'assets/card_bg.png' : null,
isSwipeGestureEnabled: true,
onCreditCardWidgetChange: (CreditCardBrand creditCardBrand) {},
customCardIcons: <CustomCardTypeImage>[
customCardTypeIcons: <CustomCardTypeImage>[

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class name and variable names are not proper

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

….dart =>

As card number is the first field so it doesn't require focus node
@vatsaltanna vatsaltanna merged commit 6ccf0c5 into SimformSolutionsPvtLtd:master Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Absence of focus node in credit_card_form.dart
4 participants