contentful/field-editors

Any way of extracting the data from a rich-text field?

hesham-wi5 opened this issue · 1 comments

Hi, I am looking for a way to extract data from a rich text field but it's not very clear how to achieve that in the documentation.

I am using the contentful SDK and dynamically rendering fields based on a dropdown list and I would like to access the data from a parent function.

<RichTextEditor sdk={sdk} />

I have tried a bunch of functions such as onChange and onAction and weirdly enough they do not fire.

Any ideas?

Thanks

Marking issue as stale since there was no acitivty for 30 days