Hi Fausto,
Greetings from Syncfusion support.
We checked the reported requirement. We prepared the sample with mentioned requirement Please refer the below code.
<SfTooltip ID="Tooltip" Target="#textbox" Content="@Content">
<SfTextBox ID="textbox"></SfTextBox>
</SfTooltip>
@code
{
string Content = "Tooltip !!";
} |
Please find the sample below,
Please check the above sample and get back to us if you need further assistance.
Regards,
Sevvandhi N