79168882

Date: 2024-11-08 05:19:43
Score: 2
Natty:
Report link

Yes, the same issue reproduced in my project. So I just had to initialize the initial value with empty string:

privacy_policy=' ';

<ckeditor [editor]="Editor" [config]="editorConfig [(ngModel)]="privacy_policy" (ready)="onReady($event)">

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sonika Verma