N°4370 - Field content overlapping on rest of the UI (Backoffice) - 2

This commit is contained in:
acognet
2021-10-11 15:28:24 +02:00
parent 63bd1643ce
commit dce244f5aa
2 changed files with 2 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ function ExtKeyWidget(id, sTargetClass, sFilter, sTitle, bSelectMode, oWizHelper
} else {
val = item.label;
}
return $("<div>").append(val);
return $("<div title ='"+item.label+"'>").append(val);
},
option: function(item) {
val = '';