CDatePicker input cannot be cleared programatically
IP-Developer opened this issue · 3 comments
IP-Developer commented
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
IP-Developer commented
@mrholek any updates on this issue?
mrholek commented
@IP-Developer please update @coreui/vue-pro to the latest version.
github-actions commented
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