Closed cortnum closed 1 year ago
Hello .. Can you share your code, let me take a look on it
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Version @vueup/vue-quill version 1.1.0
Describe the bug This still doesn't work as it should.
I have a case, where I have multiple text editors spawned in a for loop. And when I insert one in the middle with an empty model value (''), and the component which renders the editor updates, the texteditor still has the text from the previous model value inside. If I insert one in the middle, which HAS a model value (eg. '.'), it works as expected.
It seems there is a problem when the model value was set to an empty string, that doesn't update the text you see on the screen. But the content value of the editor updates just fine.
To Reproduce
Expected behavior I expect the newly added quillEditor to be empty, just like the string that is the model-value for the element
Reproduction link If available, add a link to the source code to help explain your problem.
Browser (please complete the following information):