fix: stopPropagation not found error in mobile view

stopPropagation not found error was thrown in mobile view
This commit is contained in:
Shahzad Bin Shahjahan 2025-03-03 11:06:27 +05:30 committed by GitHub
parent 3029456be5
commit 3f2376b494
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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