Skip to content

Commit 2d0a4c6

Browse files
committed
Default 'eventProp' value should be 'value'
The 'eventProp' property is always read from 'event.target'
1 parent 4bfeafa commit 2d0a4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vfjs-global-mixin/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const data = () => ({
8787
validateOnLoad: true,
8888
validateOnChange: true,
8989
valueProp: 'value',
90-
eventProp: 'target.value',
90+
eventProp: 'value',
9191
},
9292
vfjsSchema: {},
9393
vfjsState: {},

0 commit comments

Comments
 (0)