File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Catalog/Ui/Component/UrlInput
Ui/view/base/web/js/form/element Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ public function getConfig(): array
46
46
'sortOrder ' => 30 ,
47
47
'missingValuePlaceholder ' => __ ('Category with ID: %s doesn \'t exist ' ),
48
48
'isDisplayMissingValuePlaceholder ' => true ,
49
+ 'isRemoveSelectedIcon ' => true ,
49
50
];
50
51
}
51
52
}
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ public function getConfig(): array
50
50
'emptyOptionsHtml ' => __ ('Start typing to find products ' ),
51
51
'missingValuePlaceholder ' => __ ('Product with ID: %s doesn \'t exist ' ),
52
52
'isDisplayMissingValuePlaceholder ' => true ,
53
+ 'isRemoveSelectedIcon ' => true ,
53
54
'validationUrl ' => $ this ->urlBuilder ->getUrl ('catalog/product/getSelected ' ),
54
55
];
55
56
}
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ define([
176
176
pageLimit : 50 ,
177
177
deviation : 30 ,
178
178
validationLoading : false ,
179
- isRemoveSelectedIcon : true ,
179
+ isRemoveSelectedIcon : false ,
180
180
debounce : 300 ,
181
181
missingValuePlaceholder : $t ( 'Entity with ID: %s doesn\'t exist' ) ,
182
182
isDisplayMissingValuePlaceholder : false ,
You can’t perform that action at this time.
0 commit comments