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 e0c7fae commit 02fc8c4Copy full SHA for 02fc8c4
lib/internal/Magento/Framework/Data/Form/Element/Date.php
@@ -167,6 +167,8 @@ public function getElementHtml()
167
'buttonImage' => $this->getImage(),
168
'buttonText' => 'Select Date',
169
'disabled' => $this->getDisabled(),
170
+ 'minDate' => $this->getMinDate(),
171
+ 'maxDate' => $this->getMaxDate(),
172
],
173
]
174
)
0 commit comments