We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22645d commit 1aa5759Copy full SHA for 1aa5759
lib/src/form_builder_validators.dart
@@ -139,7 +139,7 @@ class FormBuilderValidators {
139
}) =>
140
(valueCandidate) =>
141
true == valueCandidate?.isNotEmpty && !isEmail(valueCandidate.trim())
142
- ? errorText ?? FormBuilderLocalizations.of(context).matchErrorText
+ ? errorText ?? FormBuilderLocalizations.of(context).emailErrorText
143
: null;
144
145
/// [FormFieldValidator] that requires the field's value to be a valid url.
0 commit comments