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
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
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
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
Version
13.0.0
Browsers
Firefox, Chrome, Safari, Microsoft Edge
Device
Desktop
Code Reproduction URL
No response
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: