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 848aa96 commit 8f2682dCopy full SHA for 8f2682d
1 file changed
view/adminhtml/templates/form/field_type/product_id.phtml
@@ -23,8 +23,10 @@ $options = $field->getFieldType()->getOptions();
23
$emptyOption = $field->getEmptyOption();
24
$fieldType = $field->getFieldType();
25
$fieldAttributes = $field->getFieldAttributes();
26
+$fieldId = $field->getDomId();
27
?>
28
<select
29
+ id="<?= $escaper->escapeHtml($fieldId) ?>"
30
aria-label="<?= $escaper->escapeHtml($field->getLabel()) ?>"
31
class="admin__control-select"
32
name="<?= $escaper->escapeHtml($field->getCode()) ?>"
0 commit comments