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 555480c commit 67103b6Copy full SHA for 67103b6
app/code/Magento/Config/view/adminhtml/templates/system/config/js.phtml
@@ -176,7 +176,8 @@ originModel.prototype = {
176
}
177
},
178
clearRegionField: function(disabled) {
179
- var text = document.createElement('text');
+ var text = document.createElement('input');
180
+ text.setAttribute('type', 'text');
181
text.setAttribute('name', this.regionElement.name);
182
text.setAttribute('title', this.regionElement.title);
183
text.setAttribute('id', this.regionElement.id);
0 commit comments