Fixed proxy actualization on value change
This commit is contained in:
parent
d717f8dd80
commit
613c3cd497
@ -229,6 +229,7 @@ export function useRegistryMethods (without = []) {
|
||||
this.registry.get(field).context.model = getNested(values, field)
|
||||
}
|
||||
})
|
||||
this.applyInitialValues()
|
||||
}
|
||||
}
|
||||
return Object.keys(methods).reduce((withMethods, key) => {
|
||||
|
Loading…
Reference in New Issue
Block a user