Merge pull request #4 from 1on/proxy-actualization-fix
Fixed proxy actualization on value change
This commit is contained in:
commit
66494bdd29
@ -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…
Reference in New Issue
Block a user