0.0.10, remove that pesky Y

This commit is contained in:
Nathan Anderson
2023-12-07 16:03:02 -07:00
parent 713f35c692
commit dcc5cf010f
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -498,7 +498,7 @@ class CardTextFieldState extends State<CardTextField> {
if (_isMobile &&
_expirationController.text ==
'\u200b')
Text('MM/YYY', style: _hintTextSyle),
Text('MM/YY', style: _hintTextSyle),
TextFormField(
key: const Key('expiration_field'),
focusNode: expirationFocusNode,