Skip to content

Commit 8067d8a

Browse files
authored
Update default time to match jQuery's delay default
1 parent 63dd3c9 commit 8067d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Search/view/frontend/web/form-mini.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ define([
4444
submitBtn: 'button[type="submit"]',
4545
searchLabel: '[data-role=minisearch-label]',
4646
isExpandable: null,
47-
suggestionDelay: 250
47+
suggestionDelay: 300
4848
},
4949

5050
/** @inheritdoc */

0 commit comments

Comments
 (0)