abhaynikam/react-trix-rte

Allow ReactTrixRTE to accept placeholder and autofocus properties

Closed this issue · 0 comments

https://github.com/basecamp/trix#creating-an-editor

TODO:

  • Update the code to accept placeholder and autofocus
  • Add test cases
  • Update the documentation
  • Add a example to the stories
<trix-editor input="x" placeholder={placeholder} autofocus={autofocus} />