1
0
mirror of synced 2024-11-22 13:26:06 +03:00

Merge pull request #4 from 1on/proxy-actualization-fix

Fixed proxy actualization on value change
This commit is contained in:
Kruglov Kirill 2020-09-16 14:14:11 +03:00 committed by GitHub
commit 66494bdd29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) => {