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

Disable state is not updated if changed on form #74

Open
thiagopinheirolima opened this issue Jan 28, 2021 · 0 comments
Open

Disable state is not updated if changed on form #74

thiagopinheirolima opened this issue Jan 28, 2021 · 0 comments

Comments

@thiagopinheirolima
Copy link

If you start your form with:

 this.form = this.formBuilder.group({
      file: [{ value: '', disabled: false }]
});

and at some point you change the disabled to true
the component doesn't update at all, but all the directive are correct if inspected.

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

No branches or pull requests

1 participant