angular-froala-wysiwyg
angular-froala-wysiwyg copied to clipboard
Hiding and showing with *ngIf not working
If the froala is hidden with *ngIf and reshown, the binding (froalaModel) is broken.
Example https://stackblitz.com/edit/angular-froala-13aagf-gvpnuv
#318 Related
Confirming on our end as well. This is currently the main blocker that prevents us from upgrading to v3 (which we would really like to do asap because it's great).
Any updates? PS. Tried version 3.0.5 - still have this problem.
@slavik990: You can work around this Problem by creating new Froala-Options, every time the froala is rendered. See issue #318 .
accidentally closed...
any update? facing same issue on v3.
Found a work around assign new object to froala config after re-initialization.
see https://stackblitz.com/edit/angular-froala-13aagf-zj6ita
Any updates? The workarounds don't seem to do it in our case (at least not without bad implications on the UI).
@uwe-pichl This should be resolved in 3.2.1-1
Can confirm it works on 3.2.2 and Angular 9.
@uwe-pichl This should be resolved in 3.2.1-1
Was facing similar issues for V 3.2.0.
Issues resolved after upgrading to V 3.2.2. Thanks.