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 801ae23 commit c9d14eeCopy full SHA for c9d14ee
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.
+ /// equal to the provided length. Works with String, iterable and int types
151
static FormFieldValidator<T> lengthEqual<T>(
152
int length, {
153
String? errorText,
0 commit comments