Skip to content
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

Added empty cell to fix tooltips documentation and solve #399 #402

Merged
merged 2 commits into from
Oct 13, 2023

Conversation

fbedogni
Copy link

Implemented solution suggested in issue #399

@@ -17,7 +17,7 @@ Use Blazor Bootstrap tooltip component to add custom tooltips to your web pages.
|--|--|--|--|--|--|
| ChildContent | RenderFragment | Specifies the content to be rendered inside this. | | | 1.0.0 |
| Color | `TooltipColor` | Gets or sets the tooltip color. | | `TooltipColor.None` | 1.10.0 |
| Placement | Specifies the tooltip placement. Default is top right. | | `TooltipPlacement.Top` | 1.0.0 |
| Placement | Specifies the tooltip placement. Default is top right. | | | `TooltipPlacement.Top` | 1.0.0 |
Copy link
Contributor

@gvreddy04 gvreddy04 Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fbedogni Type column is missing. Please update as below.

| Placement | `TooltipPlacement` | Specifies the tooltip placement. Default is top right. | | `TooltipPlacement.Top` | 1.0.0 |

Copy link
Contributor

@gvreddy04 gvreddy04 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gvreddy04 gvreddy04 linked an issue Oct 13, 2023 that may be closed by this pull request
@gvreddy04 gvreddy04 added this to the 1.10.3 milestone Oct 13, 2023
@gvreddy04 gvreddy04 added documentation Improvements or additions to documentation area-tooltip labels Oct 13, 2023
@gvreddy04 gvreddy04 merged commit 4645529 into vikramlearning:master Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-tooltip documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong column order in the Tooltip documentation
2 participants