RIP21 / react-simplemde-editor

React wrapper for simplemde (easymde) markdown editor
https://react-simplemde-edtior.netlify.com/
MIT License
766 stars 103 forks source link

How to set 'Tab' shortcut to next Editor? #115

Closed MaxNicks closed 4 years ago

MaxNicks commented 4 years ago

Tab to next input field. How can i do this?

Thx

RIP21 commented 4 years ago

Probably you can override some event and on Tab click, you can change the focus on the next input by its ref or something. Never did that, so I can just guess. Recommend you to visit the easymde docs to see a bit more possibilities of fine-tuning and other features that this editor may have.