Has anyone tried using/integrating the Contentful field editors?
I am trying to create my own custom entry editor and trying to use some field editors from the above.
However, I am not able to find proper documentation or examples on the different props required for each.
eg. I tried using the SingleLineEditor, but the documentation says it needs just 4 props,
field, locales, isInitiallyDisabled
But field prop is an object and expects function definitions from us like these:
getValue
onSchemaErrorsChanged
onIsDisabledChanged
onValueChanged
setValue
I am not able to find what needs to be passed from use for these and first of all why… Any pointers around these will be really helpful.
Thank you!