Skip to content

Commit f342d6c

Browse files
ENGCOM-5597: Resolve Searching 'Categories' is wrong in New Product form when pressing 1 character issue 23697 #23698
- Merge Pull Request #23698 from edenduong/magento2:2.3-bugfix/ui_select_dont_search_onecharacter_issue23697 - Merged commits: 1. aa26e07
2 parents c6427d1 + aa26e07 commit f342d6c

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)