How to hide layout if the element is getting hidden using rules

Hi @indersj,

The layout is fully controlled via the CSS you apply. So if you’re already using custom layout and input renderers, then you can adapt the rendered output in any way you need.

For example if you’re using flex box for layouting, then you could render the grid items as part of the custom input controls. In that case the grid item will not be rendered at all when it’s not visible and the layout will behave as you expect.