width
Description
sets the width needed for a field to nest a controlType
string
Example
<Field label="Text" width="300px" let:id >
<Text {id} />
</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