Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

formfields of FormGroup are not getting disabled if formGroup is disabled using expressions #3918

Closed
Sankey1506 opened this issue May 17, 2024 · 1 comment
Labels

Comments

@Sankey1506
Copy link

Description:
formfield inside the formGroup is not getting disabled. Fields has to be disabled explicitly using expression.
This seems to be working v5.

Minimal Reproduction:
https://stackblitz.com/edit/angular-gvuzak-thkuew

Other Details:
I have to disable formgroup and its containing fields using only expressions of formGroup.

@Sankey1506 Sankey1506 added the bug label May 17, 2024
@aitboudad aitboudad added question and removed bug labels May 26, 2024
@aitboudad
Copy link
Member

disabled property is only taken when the fieldGroup has a key else it'll be ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants