[new feature] DropdownMenu: add close-on-click-overlay prop
This commit is contained in:
@@ -19,6 +19,10 @@ export default sfc({
|
||||
activeColor: {
|
||||
type: String,
|
||||
default: BLUE
|
||||
},
|
||||
closeOnClickOverlay: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user