Angular version: 20
Angular-Editor version: 3.0.5
Multiple errors are thrown when the Editor is opened in a Reactive Form in a Mat Dialog:
stackblitz demo:
https://angular-qrysuvyu.stackblitz.io
The issue is that the toolbar buttons are bound using ngModel so when the angular-editor itself is bound to the reactive form using formControlName, this conflicts.
Also refer to:
#555 (comment)
Angular version: 20
Angular-Editor version: 3.0.5
Multiple errors are thrown when the Editor is opened in a Reactive Form in a Mat Dialog:
stackblitz demo:
https://angular-qrysuvyu.stackblitz.io
The issue is that the toolbar buttons are bound using ngModel so when the angular-editor itself is bound to the reactive form using formControlName, this conflicts.
Also refer to:
#555 (comment)