I'm attempting to set an item initially hidden in a DynamicForm using visibility: "hidden" but it doesn't work e.g. I amend https://www.smartclient.com/smartcli.../?id=helloForm adding
to an item in the helloForm.js tab and click on Try It.
The item remains visible. Using visible: false will be honoured but I don't want a later toggle of the visibility to affect the layout of other items and understand that using visibility rather than visible is the way to go.
Is there a way to achieve this?
TIA
Dan
Version: 13.0p Built: 2022-03-01 in Chrome Version 98.0.4758.102
Code:
, visibility: "hidden"
The item remains visible. Using visible: false will be honoured but I don't want a later toggle of the visibility to affect the layout of other items and understand that using visibility rather than visible is the way to go.
Is there a way to achieve this?
TIA
Dan
Version: 13.0p Built: 2022-03-01 in Chrome Version 98.0.4758.102
Comment