We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cc3ea commit 2ccb374Copy full SHA for 2ccb374
app/code/Magento/Catalog/view/adminhtml/web/js/options.js
@@ -81,6 +81,9 @@ define([
81
element.addClassName('no-display');
82
element.addClassName('template');
83
element.hide();
84
+ jQuery(element).find('input').each(function(index, el) {
85
+ el.disabled = 'disabled';
86
+ });
87
this.totalItems--;
88
this.updateItemsCountField();
89
}
0 commit comments