Skip to content

Commit

Permalink
Fix keepAlive on connected non localized fields
Browse files Browse the repository at this point in the history
When set to false (default value) keepAlive was not destroying standard input fields
  • Loading branch information
joyceverheije authored and ifox committed Nov 29, 2023
1 parent e17dfa4 commit f32abd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/js/components/ConnectorField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@
subChild.componentInstance.destroyValue()
}
})
} else if (
child.componentInstance.destroyValue
) {
child.componentInstance.destroyValue()
}
})
}
Expand Down

0 comments on commit f32abd6

Please sign in to comment.