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 e8102f5 commit 4829585Copy full SHA for 4829585
README.md
@@ -82,7 +82,7 @@ Available built-in validators include:
82
- `FormBuilderValidators.hasLowercaseChars()` - requires the field's to contain a specified number of lowercase characters.
83
- `FormBuilderValidators.hasNumericChars()` - requires the field's to contain a specified number of numeric characters.
84
- `FormBuilderValidators.conditional()` - requires the field's to validate with another validator conditionally.
85
-- `FormBuilderValidators.conditional()` - requires the field's to be a valid password that matched required conditions.
+- `FormBuilderValidators.password()` - requires the field's to be a valid password that matched required conditions.
86
87
### Supported languages
88
0 commit comments