enhancement
(User-visible)
For multi-line text fields, you can configure the number of lines displayed, but not the number of columns.
Example
#!xml
<property name="string"
type="tl.core:String"
>
<annotations>
<input-size value="200"/>
</annotations>
</property>
Number fields are no longer stretched across the entire width of the form:
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 disrupt form rendering.
- DemoTypes:A#stringLengthConstraint —small size corresponding to the expected content.
- DemoTypes:A#floatPercent - Test for a non-string attribute.