width
Description
Optional. Sets the width needed for a field to nest a controlUsage
width?: string;
Example
<Field label="Text" width="300px">
{({ id }) => <Text id={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