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
Focusing on a textarea that has been converted to emojiarea does not work:
$("#my-textarea").focus();
The text was updated successfully, but these errors were encountered:
Could you provide some additional details? What version of jquery are you using and can you provide an example?
Sorry, something went wrong.
I know this post is old, but +1 I really need this to work
However this "bug" is old ... the solution is to work with plain JS or do it this way:
$('.emoji-wysiwyg-editor').get(0).focus();
Seems like it is working without any issues as far as I can tell.
No branches or pull requests
Focusing on a textarea that has been converted to emojiarea does not work:
$("#my-textarea").focus();
The text was updated successfully, but these errors were encountered: