0
0
Fork 0

refs #6907 feat: add click event inside input

This commit is contained in:
Javier Segarra 2024-02-26 07:27:58 +01:00
parent 9e9ad577f4
commit f596620cfc
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ const styleAttrs = computed(() => {
readonly
:model-value="toDate(value)"
v-bind="{ ...$attrs, ...styleAttrs }"
@click="isPopupOpen = true"
>
<template #append>
<QIcon