File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
app/code/Magento/Catalog/Ui/Component/UrlInput Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
use Magento \Framework \UrlInterface ;
12
12
13
+ /**
14
+ * Returns configuration for product Url Input type
15
+ */
13
16
class Product implements \Magento \Ui \Model \UrlInput \ConfigInterface
14
17
{
15
18
/**
@@ -27,7 +30,7 @@ public function __construct(UrlInterface $urlBuilder)
27
30
}
28
31
29
32
/**
30
- * { @inheritdoc}
33
+ * @inheritdoc
31
34
*/
32
35
public function getConfig (): array
33
36
{
@@ -46,6 +49,7 @@ public function getConfig(): array
46
49
'template ' => 'ui/grid/filters/elements/ui-select ' ,
47
50
'searchUrl ' => $ this ->urlBuilder ->getUrl ('catalog/product/search ' ),
48
51
'filterPlaceholder ' => __ ('Product Name or SKU ' ),
52
+ 'filterRateLimitMethod ' => 'notifyWhenChangesStop ' ,
49
53
'isDisplayEmptyPlaceholder ' => true ,
50
54
'emptyOptionsHtml ' => __ ('Start typing to find products ' ),
51
55
'missingValuePlaceholder ' => __ ('Product with ID: %s doesn \'t exist ' ),
You can’t perform that action at this time.
0 commit comments