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
@@ -61,3 +71,19 @@ It is also a native popover. So everything descriped in the **[Popover documenta
61
71
</uui-popover-container>
62
72
</uui-popover-container>
63
73
```
74
+
75
+
## Manual popover
76
+
77
+
By default, popovers have a feature known as "light dismiss," which causes them to close if you click outside the popover.
78
+
However, you have the option to alter this behavior using the `popover` attribute. The `popover` attribute offers two possible values: `auto` and `manual`. ¨
79
+
If you omit a value, it will automatically default to `auto`. Essentially, using `popover` is the same as using `popover="auto"`.
80
+
81
+
When you set the value to `manual`, the "light dismiss" functionality is disabled.
82
+
As a result, you will need to manually close the popover either by clicking the button again or by explicitly toggling the popover.
0 commit comments