[new feature] DropdownMenu: add close-on-click-outside prop (#3824)

This commit is contained in:
neverland
2019-07-11 16:56:44 +08:00
committed by GitHub
parent 22f28b44ff
commit db8428dd19
5 changed files with 56 additions and 7 deletions
+1
View File
@@ -106,6 +106,7 @@ export default {
| direction | Expand direction, can be set to `up` | `String` | `down` |
| overlay | Whether to show overlay | `Boolean` | `true` |
| close-on-click-overlay | Whether to close when click overlay | `Boolean` | `true` |
| close-on-click-outside | Whether to close when click outside | `Boolean` | `true` |
### DropdownItem Props