clearable

This commit is contained in:
setthawutttty 2024-02-12 14:34:29 +07:00
parent 5a7622a0c7
commit 447cbc7b27
6 changed files with 63 additions and 9 deletions

View file

@ -244,8 +244,17 @@
>
</q-icon>
</template>
<template v-if="refCommandDate && edit" v-slot:append>
<q-icon
name="cancel"
@click.stop.prevent="refCommandDate = null"
class="cursor-pointer"
/>
</template>
</q-input>
</template>
</datepicker>
</div>
</div>