You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to add additional logic to my from input but I need access to the minLenght validator params (the length). A function to receive a validator would be a good fit here I think.
Proposed solution
FormControl.getValidator(Validators.minLength)
Should return the validator or undefined.
Alternatives considered
Could not find any
Do you want to create a pull request?
Yes
The text was updated successfully, but these errors were encountered:
Description
I would like to add additional logic to my from input but I need access to the minLenght validator params (the length). A function to receive a validator would be a good fit here I think.
Proposed solution
Should return the validator or undefined.
Alternatives considered
Could not find any
Do you want to create a pull request?
Yes
The text was updated successfully, but these errors were encountered: