Closed WolfgangKluge closed 2 years ago
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>
autofocus
Expected behavior The focus should be set.. (or my expectation is wrong)
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)