[Vuejs]-How to focus Quill editor using the vue-quill package?

-1👍

Listen to the parent clicks an then find the quill editor (by id or by any selector) then element.focus()
BTW, the element has to be an input element.

👤JuanGG

Leave a comment