Merge pull request #631 from shahzadbinshahjahan/develop
fix: stopPropagation not found error in mobile view
This commit is contained in:
commit
c2fe35fe8b
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user