diff --git a/core/frontend/src/views/dataFilling/form/EditFormData.vue b/core/frontend/src/views/dataFilling/form/EditFormData.vue index e8d93a8c95..ef07bfb1a3 100644 --- a/core/frontend/src/views/dataFilling/form/EditFormData.vue +++ b/core/frontend/src/views/dataFilling/form/EditFormData.vue @@ -264,7 +264,7 @@ export default { :readonly="readonly" :placeholder="item.settings.placeholder" size="small" - :show-word-limit="item.value !== undefined && item.value.length > 250" + :show-word-limit="item.value !== undefined && item.value !== null && item.value.length > 250" maxlength="255" />