We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How do I call the focus method? Please show a sample code
The text was updated successfully, but these errors were encountered:
I can not write this code for you, but:
You can see here, that you can access the MediumEditor instance through the api prop on the component: https://github.com/janwirth/vue-medium-editor/blob/master/interactive.js#L35C1-L36C1
api
This is how you access a prop on a component: https://stackoverflow.com/a/37521683/3934396
Here seems to be someone that already did manage to programmatically focus the medium editor element: yabwe/medium-editor#850 (comment)
good luck!
Sorry, something went wrong.
No branches or pull requests
How do I call the focus method? Please show a sample code
The text was updated successfully, but these errors were encountered: