Skip to content

Commit 5bb3765

Browse files
docs: Add equalLength validator to readme
1 parent 1d27bc9 commit 5bb3765

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/form_builder_validators/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Available built-in validators include:
6262
* `FormBuilderValidators.maxLength()` - requires the length of the field's value to be less than or equal to the provided maximum length.
6363
* `FormBuilderValidators.min()` - requires the field's value to be greater than or equal to the provided number.
6464
* `FormBuilderValidators.minLength()` - requires the length of the field's value to be greater than or equal to the provided minimum length.
65+
* ``FormBuilderValidators.equalLength()`` - requires the length of the field's value to be equal to the provided minimum length.
6566
* `FormBuilderValidators.numeric()` - requires the field's value to be a valid number.
6667
* `FormBuilderValidators.required()` - requires the field have a non-empty value.
6768
* ``FormBuilderValidators.url()`` - requires the field's value to be a valid url.
@@ -145,6 +146,7 @@ To allow for localization of default error messages within your app, add `FormBu
145146
- Spanish (es)
146147
- Swahili (sw)
147148
- Ukrainian (uk)
149+
- Turkish (tr)
148150

149151
And you can still add your custom error messages.
150152

0 commit comments

Comments
 (0)