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