Skip to content

Commit

Permalink
FIX: #1376 focus issue on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Remon committed Sep 4, 2023
1 parent 0b04df6 commit 04fb49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/stripe/lib/src/widgets/card_form_field.dart
Original file line number Diff line number Diff line change
Expand Up @@ -473,10 +473,10 @@ class _MethodChannelCardFormFieldState
setState(() {});
if (!isFocused) {
blur();
focus();

return;
}

focus();
}

@override
Expand Down

0 comments on commit 04fb49f

Please sign in to comment.