margox / braft-editor

美观易用的React富文本编辑器,基于draft-js开发
MIT License
4.6k stars 592 forks source link

How to focus the editing area? #876

Closed debotos closed 3 years ago

debotos commented 3 years ago

I am not finding how to set up 'ref'. Using ref I wanna call focus().

Thanks.

debotos commented 3 years ago

Found the solution. Pass 👇 as props, draftProps={{ ref: inputRef }}