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 12a4c95 commit 65f44ffCopy full SHA for 65f44ff
packages/form_builder_validators/lib/src/form_builder_validators.dart
@@ -146,7 +146,7 @@ class FormBuilderValidators {
146
};
147
}
148
149
- /// [FormFieldValidator] that requires the length of the field's string value length to be
+ /// [FormFieldValidator] that requires the length of the field to be
150
/// equal to the provided length. Works with String and Iterable types.
151
static FormFieldValidator<T> lengthEqual<T>(
152
int length, {
0 commit comments