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 71cd40d commit e5a40f7Copy full SHA for e5a40f7
app/code/Magento/Store/view/base/web/templates/filter/store/item.html
@@ -5,7 +5,7 @@
5
*/
6
-->
7
<!-- ko ifnot: 'items' in option -->
8
- <option data-bind="attr: { label: option.label, value: option.value }"></option>
+ <option data-bind="attr: { label: option.label, value: option.value }, text: option.label"></option>
9
<!-- /ko -->
10
<!-- ko if: 'items' in option -->
11
<optgroup data-bind="attr: { label: option.label }"></optgroup>
0 commit comments