Rodik Hanukaev
Rodik Hanukaev
Hey Jake, The schema is being passed as-is to the original JSON editor, so it should behave the same. 1. Are you passing the schema synchronously or after some http...
Hi, I'm running into this issue as well with the RichTextEditor component. It doesn't fire the onChange event when content is written into the text-editor. I also tried to dig...
Update: I tested various older versions of `@contentful/field-editor-rich-text` and found that `onChange` and `sdk.field.onValueChanged` triggers properly in version `3.9.0` but stops working in `3.9.1` and onwards.
Hey, I'm having this issue as well. I'm sending a list of services in a key-value object to app.service(). ``` var services = { "UserService": userService, "ActivityService": missionService, "DataService": dataService...