Skip to content

Commit 2181dbf

Browse files
authored
docs(popover)
1 parent bb95674 commit 2181dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/popover/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The Blazor Popover provides parameters to configure the component. Also check th
6969
| `AnimationDuration` | `int` | The duration of the animation in milliseconds. [Read more about Popover animations...]({%slug popover-animation%}) |
7070
| `AnimationType` | `AnimationType` enum <br /> (`SlideDown`) | The type of animation when the component displays and hides. [Read more about Popover animations...]({%slug popover-animation%}) |
7171
| `Collision` | `PopoverCollision` enum <br /> (`Fit`) | The behavior of the Popover when it doesn't fit in the viewport. [Read more about Popover collision...]({%slug popover-position-collision%}) |
72-
| `Offset` | `double ` | The space between the Popover and its anchor in pixels. |
72+
| `Offset` | `double ` | The space between the Popover and its anchor in pixels. The component ignores its callout when applying this setting. |
7373
| `Position` | `PopoverPosition ` enum <br /> (`Top`) | The position relative to the target element at which the Popover will be shown. [Read more about Popover position...]({%slug popover-position-collision%}) |
7474
| `ShowCallout` | `bool` <br /> (`true`) | Defines if the callout is rendered. |
7575
| `ShowOn` | `PopOverShowOn?` enum <br /> (`null`) | The browser event that will display the Popover (`MouseEnter` or `Click`) without the need to [use component methods](#popover-reference-and-methods). When you set the `ShowOn` parameter to `Click`, the Popover will hide when the user clicks outside the component. If the parameter value is `MouseEnter`, the Popover will hide when the mouse pointer leaves. |

0 commit comments

Comments
 (0)