fix: stopPropagation not found error in mobile view
stopPropagation not found error was thrown in mobile view
This commit is contained in:
parent
3029456be5
commit
3f2376b494
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user