JSON Schema Form events

Goal: I want to do "things" when a value of a json schema form changes. (eg, setting values on other components)

How can this be achieved?

So far I tried:

  • "listening" to changes with a transformer. But a transformer can not manipulate other components or trigger queries. So no interaction possible.

All ideas are welcome! :slight_smile:

Hi @perelin,

Thanks for reaching out -- right now it looks like you can only configure event handlers to run when the JSON schema form is submitted. I will log a feature request internally to add an on change event handler also!

1 Like