id
Description
Optional. Sets an HTML id for a text inputUsage
id?: string | number;
Example
<Field label="First name" position="left">
{#snippet children(id)}<Text {id} />{/snippet}
</Field>
Related article: Adding a label
Related sample: Text Inputs