mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
LSformElement :: supannCompositeAttribute : fix span title during edition
This commit is contained in:
parent
c241d9c0b6
commit
5320b7782b
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@ var LSformElement_supannCompositeAttribute_field_value_component = new Class({
|
|||
this.img.set('src',varLSdefault.imagePath('supann_label_'+li.get('data-label')));
|
||||
}
|
||||
this.span.set('html',li.get('data-translated'));
|
||||
this.span.set('title',li.get('data-value'));
|
||||
this.toogleInputSearch();
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue