Hi,
I have a grid that its visible property in Appery properties unchecked.
In the page I have Select that based on the value of the selected option its adding or remove display property (Appery("EventTimeOtherGrid").css("display", "block"); Or Appery("EventTimeOtherGrid").css("display", "none");).
In case I set visible property UNchecked in Appery properties, while opening the page and change to the last option in the related select component (this option show the grid) I cannot see the grid but while inspect the elements using dev tool i can see its has display:block.
But in case I set visible property Checked in Appery properties, while opening the page I can see the grid, while changing the select to 2nd option I cannot see the grid - as expected (I set display:none) and while I will change it now to the last option I will not see the grid - as expected (I set display:block)
This is working fine in old builder but not working after the upgrade.
App shared with support (MenuUpgradeTest) to navigate to this page click on "time picker issue" button, in the open page scroll down to "Event Time" select