Issue with Element selector within Conditional Region

When selecting element located within CR, the UI picker will generate the code without CR id. This results in the element is not being targeted by AC script, for example;

Generated code (Doesn’t work): dmx-on:hidden-bs-collapse="form_delete.reset()""

Amended code (Does work): dmx-on:hidden-bs-collapse="cr_id.form_delete.reset()"

I’m not sure if this is a bug or missing feature though but it affects mostly on form because when I select element from variable it will include the CR id. So my suggestion is either to make the selector works without CR id, or improvise the UI code to include CR id.

Additional info: If my memory is correct I experienced something similar with multi checkbox or radio form group, those that have parent element with id.

1 Like