UISizeConstraint does not work with AutomaticSize

Creating a Frame with AutomaticSize applied to it containing a UISizeConstraint will not allow the MaxSize property of the UISizeConstraint to work.

Frame1 has AutomatcSize set to Y, UISizeConstraint has MaxSize set to 50, Frame2 has a size of 200 on the Y axis. Even though Frame1 has the MaxSize of 50, it’s Size is still set to 200 on the Y.
image

Removing the AutomaticSize and maxing out the Size property for Frame1 will result in it’s intended behavior.
image

AutomaticSizeBug.rbxl (57.8 KB)

Expected behavior

UISizeConstraints should clamp AutomaticSize.

Thanks for your report.
This is a duplicate of AutomaticSize doesn't respect UISizeConstraint constraints and part of a AutomaticSize refactor.