Minmax width/height on components to more closely match real web components

I have found in a few scenarios that I need a min width/min height and max width/max height for components.

A dialog/modal is a specific use case where this would benefit greatly. I want to preserve padding on the dialog, but sometimes the content inside isn’t wide enough and makes it smaller than desired. That’s why we have a min-width on the dialog in code. Same goes for max.

There’s this existing post here: Min and Max Width for Auto Layout

Feel free to add your vote and any additional context there.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.