lovasoa / react-contenteditable

React component for a div with editable contents
http://npmjs.com/package/react-contenteditable
Apache License 2.0
1.64k stars 218 forks source link

auto-focus is not working #212

Closed sajish-sasidharan closed 4 years ago

lovasoa commented 4 years ago

All this library does is wrap the HTML contenteditable property, for which there is no built-in autofocus. You can easily add autofocus on top of this component.