How to Disable Prospective Components via Binding?

Flex children should have a display attribute in component meta that can be set to false to (internally) set them to display: none, which makes them skip layout completely. Use that over visible if that’s what you actually need to do.

1 Like