Skip to content

Commit b1593c7

Browse files
committed
Fix keepAlive on connected non localized fields
When set to false (default value) keepAlive was not destroying standard input fields
1 parent 129b9ad commit b1593c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/js/components/ConnectorField.vue

+4
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@
105105
subChild.componentInstance.destroyValue()
106106
}
107107
})
108+
} else if (
109+
child.componentInstance.destroyValue
110+
) {
111+
child.componentInstance.destroyValue()
108112
}
109113
})
110114
}

0 commit comments

Comments
 (0)