forked from verdnatura/salix-front
refs #6907 feat: add click event inside input
This commit is contained in:
parent
9e9ad577f4
commit
f596620cfc
|
@ -62,6 +62,7 @@ const styleAttrs = computed(() => {
|
|||
readonly
|
||||
:model-value="toDate(value)"
|
||||
v-bind="{ ...$attrs, ...styleAttrs }"
|
||||
@click="isPopupOpen = true"
|
||||
>
|
||||
<template #append>
|
||||
<QIcon
|
||||
|
|
Loading…
Reference in New Issue