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 2535b73 + 2806acd commit 031ad44Copy full SHA for 031ad44
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