diff --git a/src/CONST/index.ts b/src/CONST/index.ts index ead9df584ca4..6f83861b5717 100755 --- a/src/CONST/index.ts +++ b/src/CONST/index.ts @@ -5183,7 +5183,7 @@ const CONST = { * The maximum count of items per page for SelectionList. * When paginate, it multiplies by page number. */ - MAX_SELECTION_LIST_PAGE_LENGTH: 50, + MAX_SELECTION_LIST_PAGE_LENGTH: 500, /** * Bank account names diff --git a/src/components/SelectionList/BaseSelectionList.tsx b/src/components/SelectionList/BaseSelectionList.tsx index d1a4352a077c..765813b7aa22 100644 --- a/src/components/SelectionList/BaseSelectionList.tsx +++ b/src/components/SelectionList/BaseSelectionList.tsx @@ -777,9 +777,7 @@ function BaseSelectionList( : 0; // Reset the current page to 1 when the user types something - if (prevTextInputValue !== textInputValue) { - setCurrentPage(1); - } + setCurrentPage(1); updateAndScrollToFocusedIndex(newSelectedIndex); }, [