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

email validation error #21

Closed
Amber916Young opened this issue Apr 11, 2024 · 3 comments
Closed

email validation error #21

Amber916Young opened this issue Apr 11, 2024 · 3 comments

Comments

@Amber916Young
Copy link

GSField.email(
                    tag: 'email',
                    title: getTranslated('login_hint', context)!,
                    weight: 12,
                    required: true,
                    maxLength: 100,
                    prefixWidget:const Icon(FontAwesomeIcons.envelope,size: 15,),
                    errorMessage:  getTranslated('invalid_email', context)!,
                  ),

whatever I type, even if I type my email account, the validation always returns an error.

image Screenshot 2024-04-11 at 20 35 17
@saeeddastras
Copy link
Collaborator

Hello @Amber916Young we fix this bug
you can update version of GSForm and use it

@Amber916Young
Copy link
Author

Hi, the pub version is still ^0.3.5, which is the lasted version? Thank you very much.

@saeeddastras
Copy link
Collaborator

saeeddastras commented May 14, 2024 via email

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

No branches or pull requests

2 participants