Enhancement
(User-visible)
For multi-line text fields, the number of lines displayed can be configured, but not the columns.
Application
#!xml <property name="string" type="tl.core:String" > <annotations> <input-size value="200"/> </annotations> </property>
Number fields are no longer expanded across the entire form width:
Fields with an explicit width specification are also no longer rendered across the entire width:
Test
- Annotation used in
- DemoTypes:A#string extremely large - must not break form rendering.
- DemoTypes:A#stringLengthConstraint - small size according to expected content.
- DemoTypes:A#floatPercent - test for non-string attribute.