I imported version 3.6.0 and tried out the new UIInput along with a UILabel to see if clamp content, multiline support worked as I typed in words into a UIInput and it doesn't multiline still. It just keeps going on forever on one line.
On the UIInput I have Standard InputType, default on return key, default keyboard type, and a 200 character limit. On the UILabel I pointed the UIInput to, the overflow is set to clampcontent, alignment is automatic, and max lines is 7.
Am I setting something wrong in either one of those scripts?