Revert "N°7630 - Fix wrong enum/ext. key value selected when clicking on drop down list in modal"

No longer necessary as of 4b3e9432df

This reverts commit f0c37bd69e.
This commit is contained in:
Molkobain
2024-07-15 16:58:53 +02:00
parent e497304b9d
commit 2e0b9bd6b4

View File

@@ -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);
},