sstur / react-rte

Pure React rich text WYSIWYG editor based on draft-js.
https://react-rte.org
ISC License
2.86k stars 431 forks source link

Autofocus not working as expected with React hook forms #443

Open jai-k-gohil opened 2 years ago

jai-k-gohil commented 2 years ago

@sstur After onChange or setValue is called in react hook form to store values, focus is reset after each keypress? After setting autofocus on React RTE is also the same.