1
0
forked from test/crm

fix: update filter value is called twice

This commit is contained in:
Shariq Ansari 2024-06-05 15:23:51 +05:30
parent d49130dccf
commit f403bdb1f3

View File

@ -59,7 +59,7 @@
<component
:is="getValSelect(f)"
v-model="f.value"
@change="(v) => updateValue(v, f)"
@change.stop="(v) => updateValue(v, f)"
:placeholder="__('John Doe')"
/>
</div>