title
Description
sets a tooltip text with additional info about the Text controlType
string
Example
<Field label="Last name" error>
{#snippet children(id)}
<Text
{id}
error
title="Invalid value" />
{/snippet}
</Field>
Related article: Adding a title
Related sample: Text Inputs