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