Current Behavior
Hi guys,
it seems like the BalValidators don't follow the Angular standard because the return of the ValidatorFunction needs to be {[key: string]: boolean} | null (ValidationErrors | null) and they only return a boolean. I don't know if I don't use them correctly?
Expected Behavior
Validation needs to work
Steps to Reproduce
- Register a form-control in a form with BalValidators attached
- Set the form control to an invalid state
- Check the valid property of the containing formGroup
Version
13.0.0
Browsers
Firefox, Chrome, Safari, Microsoft Edge
Device
Desktop
Code Reproduction URL
No response
Additional Information
No response
Code of Conduct