mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Revert "N°7630 - Fix wrong enum/ext. key value selected when clicking on drop down list in modal"
No longer necessary as of4b3e9432dfThis reverts commitf0c37bd69e.
This commit is contained in:
@@ -169,7 +169,7 @@ function ExtKeyWidget(id, sTargetClass, sFilter, sTitle, bSelectMode, oWizHelper
|
||||
copyClassesToDropdown: false,
|
||||
inputClass: 'ibo-input ibo-input-select ibo-input-selectize',
|
||||
// To avoid dropdown to be cut by the container's overflow hidden rule
|
||||
// dropdownParent: 'body', QUICKFIX!! N°7630 - Fix wrong enum/ext. key value selected when clicking on drop down list in modal
|
||||
dropdownParent: 'body',
|
||||
onDropdownOpen: function (oDropdownElem) {
|
||||
me.UpdateDropdownPosition(this.$control, oDropdownElem);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user