From 81eef7936836fca86316faf9ba4fc56b860476d2 Mon Sep 17 00:00:00 2001 From: evdngsl <158455076+evdngsl@users.noreply.github.com> Date: Tue, 27 May 2025 10:37:47 +0200 Subject: [PATCH] LUT-30063 : Validation control does not display correctly for textarea fields --- .../skin/plugins/forms/entries/fill_entry_type_text_area.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/WEB-INF/templates/skin/plugins/forms/entries/fill_entry_type_text_area.html b/webapp/WEB-INF/templates/skin/plugins/forms/entries/fill_entry_type_text_area.html index e0fa6161f..0d5a9c50d 100644 --- a/webapp/WEB-INF/templates/skin/plugins/forms/entries/fill_entry_type_text_area.html +++ b/webapp/WEB-INF/templates/skin/plugins/forms/entries/fill_entry_type_text_area.html @@ -10,7 +10,7 @@ <#if has_error> + <#if field_autocomplete?? && field_autocomplete.value??> autocomplete="${field_autocomplete.value}"<#if entry.mandatory> required>${responseContent} <#else>