label
Description
sets a label for the control inside a fieldType
string
Example
<Field label="Text" let:id >
<Text {id} />
</Field>
Related article: Setting a label for a control
Related sample: Field
string
<Field label="Text" let:id >
<Text {id} />
</Field>
Related article: Setting a label for a control
Related sample: Field