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 6b479fb commit 7017604Copy full SHA for 7017604
src/fields/core/fieldUpload.vue
@@ -20,7 +20,7 @@ import { isFunction } from "lodash";
20
export default {
21
mixins: [abstractField],
22
methods: {
23
- onChange(){
+ onChange(event){
24
if(isFunction(this.schema.onChanged)){
25
// Schema has defined onChange method.
26
this.schema.onChanged.call(this, this.model, this.schema, event, this);
0 commit comments