diff --git a/frontend/express/public/javascripts/countly/vue/components/content.js b/frontend/express/public/javascripts/countly/vue/components/content.js index 8efb7818c14..013cc5ef045 100644 --- a/frontend/express/public/javascripts/countly/vue/components/content.js +++ b/frontend/express/public/javascripts/countly/vue/components/content.js @@ -428,6 +428,10 @@ return !!this.value; } + if (this.type === COUNTLY_CONTENT_SIDEBAR_INPUT_COMPONENT_BY_TYPE_INPUT) { + return countlyCommon.unescapeHtml(this.value) || ''; + } + return this.value || null; }, set(newValue) {