Click Away
Status
Release Available | Status | Framework Name |
---|---|---|
4.2 | Current | MUI |
General
A Portal Administrator can configure Popover or pop-up that is closed when a user clicks outside the popover (on the Overlay). When this configuration is set to true, if there are multiple popovers, a user can open only one popover at a time. When this configuration is set to false, the existing behavior of closing the popover on clicking on it is retained.
Use the following configuration in Global Settings:
Note:
The following configuration is handled globally and if you set it to true, the configuration is applicable to all the actors on the VF page.
Code JSON
Copy
"popover": {
"clickAway": true
}