feat(Popover): add close-on-click-overlay prop (#8351)

This commit is contained in:
neverland
2021-03-15 19:56:53 +08:00
committed by GitHub
parent a835955859
commit a7fb5f732e
4 changed files with 26 additions and 1 deletions
+1
View File
@@ -213,6 +213,7 @@ export default {
| overlay | Whether to show overlay | _boolean_ | `false` |
| close-on-click-action | Whether to close when clicking action | _boolean_ | `true` |
| close-on-click-outside | Whether to close when clicking outside | _boolean_ | `true` |
| close-on-click-overlay `v3.0.10` | Whether to close when clicking overlay | _boolean_ | `true` |
| teleport | Return the mount node for Popover | _string \| Element_ | `body` |
### Data Structure of Action