rob-race / react-trix

React wrapper around Trix editor from Basecamp + some lightweight features
ISC License
213 stars 42 forks source link

autoFocus doesn't work #38

Closed ranggabadrus closed 3 years ago

ranggabadrus commented 4 years ago

autoFocus doesn't work

 <TrixEditor
 autoFocus={true}
 onChange={(html, text) => setEdit(html)}
 onEditorReady={(e) =>console.log("editor ready ", e)}
 placeholder="Type your comment here..."
 />
dstpierre commented 3 years ago

fixed in v0.8.0.