width
Description
sets the width needed for a field to nest a controlType
string
Example
<Field label="Text" width="300px">
{#snippet children(id)}<Text {id} />{/snippet}
</Field>
Details
Since the Field control wraps a nested control, the width of the control adjusts to the field's one in case its own width is set as width:100%
.
Related article: Setting the width of a field