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 d69f3e8 commit cfbe6eeCopy full SHA for cfbe6ee
app/code/Magento/Catalog/Ui/Component/UrlInput/Product.php
@@ -46,6 +46,7 @@ public function getConfig(): array
46
'template' => 'ui/grid/filters/elements/ui-select',
47
'searchUrl' => $this->urlBuilder->getUrl('catalog/product/search'),
48
'filterPlaceholder' => __('Product Name or SKU'),
49
+ 'filterRateLimitMethod' => 'notifyWhenChangesStop',
50
'isDisplayEmptyPlaceholder' => true,
51
'emptyOptionsHtml' => __('Start typing to find products'),
52
'missingValuePlaceholder' => __('Product with ID: %s doesn\'t exist'),
0 commit comments