|
|
@ -69,7 +69,7 @@ export class FormField extends Widget { |
|
|
|
|
|
|
|
|
|
|
|
return { |
|
|
|
return { |
|
|
|
type: VerticalAdaptLayout.xtype, |
|
|
|
type: VerticalAdaptLayout.xtype, |
|
|
|
columnSize: ["auto", "fill"], |
|
|
|
columnSize: isKey(o.label) ? ["auto", "fill"] : ["fill"], |
|
|
|
verticalAlign: VerticalAlign.Stretch, |
|
|
|
verticalAlign: VerticalAlign.Stretch, |
|
|
|
items: isKey(o.label) |
|
|
|
items: isKey(o.label) |
|
|
|
? [ |
|
|
|
? [ |
|
|
|