Merge pull request #4 from 1on/proxy-actualization-fix
Fixed proxy actualization on value change
This commit is contained in:
commit
66494bdd29
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ export function useRegistryMethods (without = []) {
|
||||||
this.registry.get(field).context.model = getNested(values, field)
|
this.registry.get(field).context.model = getNested(values, field)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
this.applyInitialValues()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return Object.keys(methods).reduce((withMethods, key) => {
|
return Object.keys(methods).reduce((withMethods, key) => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue