有没有办法使一个灰显的表单成为只读的,同时使表单的值是可获取的? ? 1/这在Typescript中不起作用,因为之后我无法获取Id,control.disable(),Description的值。this.roleForm = new FormGroup({
id: new FormControl(this.singleRole?.
我在一个FormGroup中定义了一个FormArray。我在一个特定的FormControl中设置一个值。但是,当我在特定控件中使用setValue方法设置值时,该值将在同一formGroup中的其他控件中复制。formGroup.get('8c159f74-b4208eae_image1_page1_1').setValue('new value added');console.log(formGroup.val