N°2847 Lighter error display on inputs firts validation

Note: Doesn't work with tagsets and enumsets
This commit is contained in:
Stephen Abello
2020-10-30 10:13:34 +01:00
parent c43d52277c
commit a70ed7fcc2
3 changed files with 14 additions and 8 deletions

View File

@@ -137,7 +137,7 @@ class UIExtKeyWidget
$sMessage = Dict::S('UI:Message:EmptyList:UseSearchForm');
$sAttrFieldPrefix = ($this->bSearchMode) ? '' : 'attr_';
$sHTMLValue = "<div class=\"field_input_zone field_input_extkey ibo-input-wrapper ibo-input-select-wrapper\">";
$sHTMLValue = "<div class=\"field_input_zone field_input_extkey ibo-input-wrapper ibo-input-select-wrapper\" data-validation=\"untouched\">";
$sFilter = addslashes($oAllowedValues->GetFilter()->ToOQL());
if($this->bSearchMode)
{