The pre-value of the model is flattened when the quill editor is inside the Angular Material Tab.
version used : "ngx-quill": "^3.6.0",
do you have an example repo? or example codepen (or something similar)?
what do you mean with "flattened"
Hi @KillerCodeMonkey ,
Please check on this https://stackblitz.com/edit/quill-editor-bug.
What I mean by flattened is that some HTML tags were removed.
checkout:
https://github.com/KillerCodeMonkey/ngx-quill/issues/210
It is working in Firefox and so on.
Could you try quilljs without ngx-quill, if this is working in chrome?
But you should totally not use "html"-strings to pass the data.
Hi @KillerCodeMonkey ,
please when you are going to add table feature to ngx-quill ??
Ngx-quill is a wrapper of Quilljs. I do not add additional features ;)
Am 02.11.2018 um 11:17 schrieb malek-itani notifications@github.com:
Hi @KillerCodeMonkey https://github.com/KillerCodeMonkey ,
please when you are going to add table feature to ngx-quill ??—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/KillerCodeMonkey/ngx-quill/issues/273#issuecomment-435333192, or mute the thread https://github.com/notifications/unsubscribe-auth/ACKOYAx8iIchg2RTbKcfItA7NO5IyPeNks5urBvEgaJpZM4X-tN9.
but quill 2.0.0-dev.3 has table feature, i'm using
"ngx-quill": "^4.0.0",
"quill": "^2.0.0-dev.3",
and table is not showing
yeah because i do not support beta or dev releases? simply try to pass the table-formats to the modules/formates property.
And it has nothing to do with this topic ;)
Most helpful comment
Hi @KillerCodeMonkey ,
Please check on this https://stackblitz.com/edit/quill-editor-bug.
What I mean by flattened is that some HTML tags were removed.