CanopyTax/bandicoot

RichTextEditor ref prop doesn't allow callback

geoctrl opened this issue · 1 comments

would like the ability to use a callback for the ref prop:

<RichTextEditor
  ref={ref => myVar = ref}
/>

This appears to have been resolved