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
Unable to initialize disabled state on when using ng2 model-driven forms
What are the steps to reproduce?
...
let account_idCtrl = this.formBuilder.control({
value: '',
disabled: true <=== doesn't work. Control is not disabled.
}, Validators.required);
let account_nameCtrl = this.formBuilder.control({
value:''
})
Bug, feature request, or proposal: Bug
What is the expected behavior?
What is the current behavior?
Unable to initialize disabled state on when using ng2 model-driven forms
What are the steps to reproduce?
...
let account_idCtrl = this.formBuilder.control({
value: '',
disabled: true <=== doesn't work. Control is not disabled.
}, Validators.required);
let account_nameCtrl = this.formBuilder.control({
value:''
})
...
Providing a Plunker (or similar) is the best way to get the team to see your issue.
Plunker template: http://plnkr.co/edit/o077B6uEiiIgkC0S06dd
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, browsers are affected?
@angular 2.0.1
material: experimental
angular-cli: 1.0.0.0-beta.16
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: