diff --git a/changelog/entries/unreleased/bug/4377_fix_formulainputfield_display_with_mixed_content.json b/changelog/entries/unreleased/bug/4377_fix_formulainputfield_display_with_mixed_content.json new file mode 100644 index 0000000000..47c3fab535 --- /dev/null +++ b/changelog/entries/unreleased/bug/4377_fix_formulainputfield_display_with_mixed_content.json @@ -0,0 +1,9 @@ +{ + "type": "bug", + "message": "Resolved a bug which prevented formula fields from working correctly with HTML content.", + "issue_origin": "github", + "issue_number": 4377, + "domain": "core", + "bullet_points": [], + "created_at": "2025-12-03" +} diff --git a/web-frontend/modules/core/components/formula/FormulaInputContext.vue b/web-frontend/modules/core/components/formula/FormulaInputContext.vue index 5dcc91ed19..2faf541d86 100644 --- a/web-frontend/modules/core/components/formula/FormulaInputContext.vue +++ b/web-frontend/modules/core/components/formula/FormulaInputContext.vue @@ -14,7 +14,7 @@ @node-selected="$emit('node-selected', $event)" @node-unselected="$emit('node-unselected')" /> -