diff --git a/frontend/src/components/content_value/ContentCli.vue b/frontend/src/components/content_value/ContentCli.vue index 55fe7d7..36976b7 100644 --- a/frontend/src/components/content_value/ContentCli.vue +++ b/frontend/src/components/content_value/ContentCli.vue @@ -313,6 +313,8 @@ const updateInput = (data) => { if (data == null || data.length <= 0) { return } + // replace  (Non-Breaking Space) with normal blank space + data = data.replace(/\u00A0/g, ' ') if (termInst == null) { return