Blazor Tooltip only shows once

I am trying to use the Blazor tooltip component however it only loads the content once and refueses to show again:

<SfTooltip Content="ToolTipContent.AdvertTitle" Target="#titleInfo">
                                            <label for="title">
                                                Title
                                                <i class="fas fa-info-circle fa-lg" id="titleInfo"></i>
                                            </label>
 </SfTooltip>

The ToolTipContent.AdvertTitle is just a static string.

3 Replies 1 reply marked as answer

EK Edward Kagan June 2, 2020 01:40 PM UTC

I can confirm, just ran into the same exact issue.


SP Sowmiya Padmanaban Syncfusion Team June 2, 2020 04:10 PM UTC

Hi Beau,  
 
Greetings from Syncfusion support. 
 
We have checked your reported issue with Tooltip component. It is already a known issue from our end. We have already fix this issue and now the fix for this issue is under testing phase to ensure all the functionalities of component. We will include this fix for this issue in our next patch release which is expected to be rolled out at the second week of June 2020. 
 
Track the below link to know the fix status. 
 
 
We appreciate your patience. 
 
Regards,  
Sowmiya. P 



SP Sowmiya Padmanaban Syncfusion Team June 15, 2020 08:37 AM UTC

Hi Beau,  
 
Thanks for the patience. 
 
We are glad to announce that our patch release (v18.1.56) is rolled out successfully. In this release,  we have included a fix for “Tooltip element is not shown when using target property”.  
 
To access this fix, we suggest you to update the (Syncfusion.Blazor) to the latest version(v18.1.56). 
 
Refer the sample link below. 
 
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance. 
 
Regards,  
Sowmiya.P 


Marked as answer
Loader.
Up arrow icon