coreui/coreui-vue

CDatePicker input cannot be cleared programatically

IP-Developer opened this issue · 3 comments

Setting the date prop to null does not clear the input of the CDatePicker. While the value is successfully set to null, the date is still visible in the input.

Simple reproduction:

<CDatePicker :date="date"/>

<button type="button" @click="date = null">
    Clear
</button>

The issue persists when using v-model:date

@mrholek any updates on this issue?

@IP-Developer please update @coreui/vue-pro to the latest version.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions