UI component event handling

How to listen to UI component event triggering, for example, how to hide / show other components after the value of select component is changed, thank you very much!

There are some triggers available to client automation scripts which might support what you’re looking for (available events).

Thanks to your reply, after reading the documentation you provide, I’m still confused how to monitor the control value change event, such as the @change event handling in Vue. Could you please provide a specific method or sample?

There is no specific value changed handler events, but there are handlers on when the form is submitted (the save button is pressed).

This probably won’t change for a while based on what Corteza currently provides and the intent behind the client-script implementation.
When we provide support for custom UI elements, such functionality will probably be added.