You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -64,7 +72,7 @@ The Blazor Popover provides parameters to configure the component. Also check th
64
72
|`Offset`|`double `| The space between the Popover and its anchor in pixels. |
65
73
|`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%}) |
66
74
|`ShowCallout`|`bool` <br /> (`true`) | Defines if the callout is rendered. |
67
-
|`ShowOn`|`PopOverShowOn?` enum <br /> (`null`) | The browser event that will display the Popover (`MouseEnter` or `Click`). When you set the `ShowOn` parameter to `Click`, the Popover will hide when the user clicks outside the component. If the parameter's value is `MouseEnter`, the Popover will hide when the mouse pointer leaves. |
75
+
|`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. |
68
76
69
77
### Styling and Appearance
70
78
@@ -88,19 +96,24 @@ To execute Popover methods, obtain a reference to the component instance with `@
0 commit comments