Closed
Description
So I have an input control with a checkbox set as the input component in the slot.

But VueDatePicker stops the checkbox from working. (ie it works when the component is not inside of VueDatePicker).
I'm fairly sure this is being caused by the handleOpen click event preventing the default:
which then goes here:
Could you add an ability to disable this event entirely?