Consider the following item. When i fill the field with text. The text is vertically aligned to the middle. How do i ensure this is vertically aligned top. To be clear i do not mean “My Label” but the actual field value.
{
xtype:'displayfield',
name:'FromAddress',
height:100,
fieldLabel:'My Label'
},
It’d be nice if there was a
fieldBodyStyleconfig, butfieldBodyClswill work here: