sranjan-m

Results 4 comments of sranjan-m

I'm also facing the same problem. Can't type anything in the editor right after page is rendered. The editor allows to type in something only after "swapping to html view...

I should have posted this long time ago, but somehow missed it out. ``` editorConfig: AngularEditorConfig = { editable: true }; ``` Setting the above config solved the problem. Not...

``` ``` ``` export class ZoFieldWisywig implements OnInit { wysiwygConfig: AngularEditorConfig = { editable: true, height: '15rem', minHeight: '10rem', placeholder: 'Enter text here...' }; ngOnInit(): void { } } ```...

It's been a long time since the issue was posted, but til now no fix and no work around.