From 613c3cd49779b5ea4fdfbbc7db3da10a519f5cf8 Mon Sep 17 00:00:00 2001 From: 1on Date: Wed, 16 Sep 2020 13:49:45 +0300 Subject: [PATCH] Fixed proxy actualization on value change --- src/libs/registry.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libs/registry.js b/src/libs/registry.js index 9458040..40c7226 100644 --- a/src/libs/registry.js +++ b/src/libs/registry.js @@ -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) => {