I’m trying to build pretty complex form prototype. I would like to show more content when user proceed with the form (progressive disclosure). This works in design mode if I manually change property of the variant. New content push older content downwards. But in prototype present mode when selecting that same radio button new content appears to underneath old content.
I would also like to see this feature. This is the interface I’m working on that would benefit from this functionality. (Also, with an accordion like this, it would be great to have conditional formatting where I could define whether only one card could be expanded or multiple cards could be expanded.)
This can be solved by wrapping the content in a frame and keeping the clip content option unchecked. Thus, the content could be overflow your bounding box, without influence on expand/collapse content. In other words, I think that the expand option should be to pushing the bounding box size.