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 d1c4cfc + 02fc8c4 commit 2806acdCopy full SHA for 2806acd
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