-
Notifications
You must be signed in to change notification settings - Fork 64
965796: Adding documentation content to the dynamic target feature of tooltip component #6178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Conversation
Your pull request has been created. Syncfusion support team will validate this commit and publish your changes accordingly. |
Your pull request has been created. Syncfusion support team will validate this commit and publish your changes accordingly. |
Your pull request has been created. Syncfusion support team will validate this commit and publish your changes accordingly. |
Your pull request has been created. Syncfusion support team will validate this commit and publish your changes accordingly. |
Your pull request has been created. Syncfusion support team will validate this commit and publish your changes accordingly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modify the mentioned corrections.
Your pull request has been created. Syncfusion support team will validate this commit and publish your changes accordingly. |
Your pull request has been created. Syncfusion support team will validate this commit and publish your changes accordingly. |
blazor/tooltip/target.md
Outdated
|
||
The Tooltip component can be configured to display Tooltips for elements that are added to the DOM after the initial page load. This behavior is useful in applications where target is rendered dynamically, such as in response to user actions, API calls, or conditional logic. | ||
|
||
Set the [`TargetContainer`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Popups.SfTooltip.html#Syncfusion_Blazor_Popups_SfTooltip_TargetContainer) property to the CSS selector of the container that holds your Tooltip targets. All elements inside this container that match the Target selector will automatically show Tooltips, including those added after the component is rendered—no extra setup needed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a dot at the end of the statement.
Your pull request has been created. Syncfusion support team will validate this commit and publish your changes accordingly. |
Feature description
UG DOCUMENTATION 965796 - Create UG Documentation for dynamic target feature of tooltip component
Root Cause / Analysis
The documentation for the dynamic target feature was not previously available in the Blazor section. It has now been added.
Reason for not identifying earlier
Is Breaking issue.?
NO
Is reported by customer in incident/forum.?
NO
Solution Description
1.Added the missing documentation for the dynamic-target feature in the Blazor Tooltip component.
Areas affected and ensured
No areas were impacted by this change.
E2E report details against this fix
NA
Did you included unit test cases.?
No
Is there any API name changes.?
No
Reviewer Checklist