fix: form date picker clear and icon

This commit is contained in:
puriphatt 2024-07-26 02:47:23 +00:00
parent dc89a60eb4
commit 54e3876019
6 changed files with 103 additions and 68 deletions

View file

@ -143,7 +143,7 @@ function deleteFile(name: string) {
name="mdi-close-circle"
class="cursor-pointer app-text-muted"
size="sm"
@click="startDate = undefined"
@click.stop="startDate = undefined"
/>
</template>
</q-input>
@ -205,7 +205,7 @@ function deleteFile(name: string) {
name="mdi-close-circle"
class="cursor-pointer app-text-muted"
size="sm"
@click="retireDate = undefined"
@click.stop="retireDate = undefined"
/>
</template>
</q-input>