Skip to content

Commit aa26e07

Browse files
author
Eden
committed
Resolve Searching "Categories" is wrong in New Product form when pressing 1 character issue 23697
1 parent 83f5867 commit aa26e07

File tree

1 file changed

+0
-4
lines changed
  • app/code/Magento/Ui/view/base/web/js/form/element

1 file changed

+0
-4
lines changed

app/code/Magento/Ui/view/base/web/js/form/element/ui-select.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -461,10 +461,6 @@ define([
461461
var value = this.filterInputValue().trim().toLowerCase(),
462462
array = [];
463463

464-
if (value && value.length < 2) {
465-
return false;
466-
}
467-
468464
if (this.searchOptions) {
469465
return this.loadOptions(value);
470466
}

0 commit comments

Comments
 (0)