diff --git a/src/components/common.ts b/src/components/common.ts index 46b0ae547..bb254c379 100644 --- a/src/components/common.ts +++ b/src/components/common.ts @@ -70,10 +70,6 @@ export function createValidationCtx(ctx: ProviderInstance): ValidationContext { } export function onRenderUpdate(vm: ProviderInstance, value: any | undefined) { - if (value === undefined) { - return; - } - if (!vm.initialized) { vm.initialValue = value; }