Hello,
how can I get the component-group in a form to be displayed in the same length as the other fields in the column?
...
<form dataContainer="formularDc" width="100%">
<column width="100%" childrenCaptionWidth="120px">
<cssLayout id="numberFieldBox" caption="msg://de.agentes.test.entity.vertrieb/Formular.nummer" width="100%" stylename="v-component-group">
<textField id="numberField" dataContainer="formularDc" required="true" property="nummer.stringValue"/>
<button id="numberEditorBtn" stylename="icon-only" icon="EDIT"/>
</cssLayout>
<dateField id="datumField" property="datum"/>
<dateField id="lieferDatumField" property="lieferDatum"/>
...
</column>
</form>
...
I tried to set the width of the fields to 100%, but that didn’t help.
Many thanks and best regards
Andreas