Merge pull request #631 from shahzadbinshahjahan/develop

fix: stopPropagation not found error in mobile view
This commit is contained in:
Shariq Ansari 2025-03-07 16:56:46 +05:30 committed by GitHub
commit c2fe35fe8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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