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.
2 parents 3582793 + 21404b5 commit 8a113e5Copy full SHA for 8a113e5
lib/internal/Magento/Framework/Data/Form/Element/Fieldset.php
@@ -43,7 +43,8 @@ public function __construct(
43
*/
44
public function getElementHtml()
45
{
46
- $html = '<fieldset id="' . $this->getHtmlId() . '"' . $this->serialize(
+ $html = $this->getBeforeElementHtml();
47
+ $html .= '<fieldset area-hidden="false" id="' . $this->getHtmlId() . '"' . $this->serialize(
48
['class']
49
) . $this->_getUiId() . '>' . "\n";
50
if ($this->getLegend()) {
0 commit comments