mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°6164 - Fix linkset tagset widget dropdown in modal
This commit is contained in:
@@ -184,6 +184,9 @@ let oWidget{{ oUIBlock.GetId() }} = $('#{{ oUIBlock.GetId() }}').selectize({
|
||||
this.toggleErrorClass(this.settings.hasError);
|
||||
},
|
||||
|
||||
onDropdownOpen: function (oDropdownElem) {
|
||||
oDropdownElem.addClass('set-dropdown');
|
||||
},
|
||||
|
||||
{# On item add #}
|
||||
onItemAdd: function(value, $item){
|
||||
@@ -203,7 +206,6 @@ let oWidget{{ oUIBlock.GetId() }} = $('#{{ oUIBlock.GetId() }}').selectize({
|
||||
},
|
||||
{% endif %}
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user