You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for great package, one thing which is not really clear, is how to hide/show flex items in RowColumn.
I mean I can add child with ResponsiveVisibility but that will not change the fact that flex is still being applied.
So only option is to add conditionals on top of ResponsiveRowColumnItem.
But to be more consistent, that class should have conditions field like other Responsive widgets to hide/show.