flyween / vue3-quill

Quill editor for vue3
https://flyween.github.io/vue3-quill/
MIT License
59 stars 16 forks source link

Disable auto focus when editor is loaded. #4

Closed billyranario closed 2 years ago

billyranario commented 3 years ago

Is there any way to disable autofocos on editor when data is loaded? I got this problem in an Edit page of my application. Thanks

flyween commented 3 years ago

You can set props disabled 's value to true when you don't want editor to be autofocused.

Fixed disabled not working in v0.2.6. Thanks for your issue.