Wappler Version : 5.5.3
Operating System : W11
Server Model: NodeJS
onshow static event of conditional region fires on page load, even for CRs which are hidden.
The condition I have uses a variable which changes its value based on different actions. Condition is set like var1.value == 0 or var1.value == 1 on each CR.
By default, the value of variable is 0, but still the onshow event fires for all CRs.
I have tried the logging part before. Irrespective of the condition, onshow always fires after page load.
I even put in a condition like 1 == 0, which does not show the CR on page, but onshow event is fired first, then onhide.
Thanks for the quick test there @Teodor
I was running my own as well, and had the same observation.
It seems I got confused between show/hide events. The hide event being called is the problem for me actually.