解决[disabled]="true"与formControlName冲突
Posted yuyedaocao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决[disabled]="true"与formControlName冲突相关的知识,希望对你有一定的参考价值。
import FormBuilder from ‘@angular/forms‘; form; constructor(private fb: FormBuilder) this.form = fb.group( Name: ‘‘, Account: ‘‘, Password: ‘‘ ); this.form.disable(); this.form.controls[‘Account‘].disable(); this.form.controls[‘Password‘].disable();
以上是关于解决[disabled]="true"与formControlName冲突的主要内容,如果未能解决你的问题,请参考以下文章
[attr.disabled]="true" does not working in anchor tag [duplicate]