nextcloud-libraries/nextcloud-vue

[next] `NcActionInput` datepicker does not close picker on leave

Opened this issue · 0 comments

Using <NcActionInput type="date" /> and hovering over the component, leads to this error when the mouse leaves the action:

this.$refs.datetimepicker.$refs.datepicker.closePopup is not a function

This affects the vue 3 next branch only.