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 b7a49a0 commit 1d68063Copy full SHA for 1d68063
app/code/Magento/Catalog/view/adminhtml/web/js/options.js
@@ -130,7 +130,8 @@ define([
130
},
131
getOptionInputType: function () {
132
var optionDefaultInputType = 'radio';
133
- if ($('frontend_input') && $('frontend_input').value == 'multiselect') {
+
134
+ if ($('frontend_input') && $('frontend_input').value === 'multiselect') {
135
optionDefaultInputType = 'checkbox';
136
}
137
return optionDefaultInputType;
0 commit comments