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!