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