Tooltip

Hi, 

Is it possible to have a tooltip in a textbox?

Regards, 
Fausto

3 Replies

SN Sevvandhi Nagulan Syncfusion Team December 3, 2020 10:59 AM UTC

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 



FA Fausto December 3, 2020 11:02 AM UTC

Thank you!


SN Sevvandhi Nagulan Syncfusion Team December 4, 2020 05:39 AM UTC

Hi Fausto, 
 
 
Thanks for the update. Please let us know if you need further assistance. 
 
 
Regards, 
Sevvandhi N 


Loader.
Up arrow icon