Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor always grabs focus when mounted #25

Closed
dwheeldo opened this issue May 6, 2021 · 4 comments
Closed

Editor always grabs focus when mounted #25

dwheeldo opened this issue May 6, 2021 · 4 comments
Labels

Comments

@dwheeldo
Copy link

dwheeldo commented May 6, 2021

When the component mounts, it automatically grabs focus. This isn't desirable behaviour when the editor is rendered in a form with other components.

(Fantastic component by the way!)

@luthfimasruri
Copy link
Collaborator

which version did you use, and can you share the source code?

@dwheeldo
Copy link
Author

dwheeldo commented May 6, 2021

Hi,

The version in my package.json is ^1.0.0-beta.3.

The source code is pretty basic - just using v-model and firing a save event on blur:

<QuillEditor
   v-model:content="inputValue"
   content-type="html"
   :options="options"
   theme="snow"
   @blur="saveResponse"
/>

@luthfimasruri luthfimasruri added the bug Something isn't working label May 6, 2021
@luthfimasruri
Copy link
Collaborator

🎉 This issue has been resolved in version 1.0.0-beta.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@luthfimasruri
Copy link
Collaborator

🎉 This issue has been resolved in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants