File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/form_builder_validators Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ Available built-in validators include:
62
62
* ` FormBuilderValidators.maxLength() ` - requires the length of the field's value to be less than or equal to the provided maximum length.
63
63
* ` FormBuilderValidators.min() ` - requires the field's value to be greater than or equal to the provided number.
64
64
* ` 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.
65
66
* ` FormBuilderValidators.numeric() ` - requires the field's value to be a valid number.
66
67
* ` FormBuilderValidators.required() ` - requires the field have a non-empty value.
67
68
* `` 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
145
146
- Spanish (es)
146
147
- Swahili (sw)
147
148
- Ukrainian (uk)
149
+ - Turkish (tr)
148
150
149
151
And you can still add your custom error messages.
150
152
You can’t perform that action at this time.
0 commit comments