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
autofocus
Describe the bug In my tests, both of these options have no effect.
To Reproduce
<!DOCTYPE html> <html lang="en"> <head> <link rel="stylesheet" href="https://unpkg.com/easymde/dist/easymde.min.css"> <script src="https://unpkg.com/easymde/dist/easymde.min.js"></script> </head> <body> <textarea></textarea> <script> const easyMDE = new EasyMDE({ autofocus: true }); </script> </body> </html>
Expected behavior The focus should be set.. (or my expectation is wrong)
The text was updated successfully, but these errors were encountered:
16f2dde
No branches or pull requests
Describe the bug
In my tests, both of these options have no effect.
To Reproduce
autofocus
property it will also not work as expectedExpected behavior
The focus should be set.. (or my expectation is wrong)
The text was updated successfully, but these errors were encountered: