Closed
Description
Preconditions
I need to configure the select.
Steps to reproduce
(special for @veloraven)
- I go to my computer.
- I open my IDE.
- I search getRegionHtmlSelect.
- I try to send parameters to
<select>
.
Expected result
- Something like
public function getRegionHtmlSelect($defValue = null, $name = 'country_id', $id = 'country', $title = 'Country')
Actual result
- Method
public function getRegionHtmlSelect()
does not have configuration unlikegetCountryHtmlSelect
.
https://github.com/magento/magento2/blob/2.1.2/app/code/Magento/Directory/Block/Data.php#L157
Q | A |
---|---|
Magento version | 2.1.2 with sample data |
PHP version | 7 x64 |
Operating system | Windows 10 x64 |