In Vue3 and using custom renderer, how to send change event out in the custom render component

Hi,

I am using Vue3 and a custom renderer component, actually, it is a select component, I hope to do that when the user selects one of the options, another custom control will become visible from hidden status. How can I implement it? Any advice is welcome, thank you.

Hi @john,

If your requirement is expressible via JSON Schema then you could use our rules support.

If you prefer a programmatic solution you could for example consume the enum data in your “another custom control” to check whether the control shall be shown/hidden.