ckeditor / ckeditor5-angular

Official CKEditor 5 Angular 5+ component.
https://ckeditor.com/ckeditor-5
Other
202 stars 110 forks source link

Unexpected behavior in the Restricted Editing plugin when using two–way data binding with `ngModel` #425

Open mabryl opened 2 months ago

mabryl commented 2 months ago

📝 Provide detailed reproduction steps (if any)

  1. Open the demo Stackblitz provided by one of our customers: https://stackblitz.com/edit/stackblitz-starters-4vbrqb?file=src%2Fmain.ts
  2. Notice the unexpected behavior in the editor with ngModel

✔️ Expected result

The restricted editing exception should behave like it does in the first demo editor.

❌ Actual result

When using ngModel, an additional editable field is created, which cannot be removed.

📃 Other details

gtayloraamc commented 1 day ago

@mabryl & team, is there any update on this bug? Do you have a timeline for resolving this?