We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bfeafa commit 2d0a4c6Copy full SHA for 2d0a4c6
src/vfjs-global-mixin/data.js
@@ -87,7 +87,7 @@ const data = () => ({
87
validateOnLoad: true,
88
validateOnChange: true,
89
valueProp: 'value',
90
- eventProp: 'target.value',
+ eventProp: 'value',
91
},
92
vfjsSchema: {},
93
vfjsState: {},
0 commit comments