diff --git a/src/DateInput/DateInput.js b/src/DateInput/DateInput.js index 2bf9569a..36fce09b 100644 --- a/src/DateInput/DateInput.js +++ b/src/DateInput/DateInput.js @@ -262,7 +262,8 @@ export default { }, ref: 'popover', on: { - close: this.closePicker + close: this.closePicker, + click: e => { e.stopPropagation() } } }, [this.createPicker(h)]) ]);