Skip to content

Update SelectList.tsx#115

Open
3ps1lon wants to merge 1 commit intodanish1658:mainfrom
3ps1lon:patch-1
Open

Update SelectList.tsx#115
3ps1lon wants to merge 1 commit intodanish1658:mainfrom
3ps1lon:patch-1

Conversation

@3ps1lon
Copy link

@3ps1lon 3ps1lon commented Apr 3, 2024

Changing 'row.search' to 'row.startsWith' reduces search time and the amount of data in filtereddata, which speeds up the operation of the component

Changing 'row.search' to 'row.startsWith' reduces search time and the amount of data in filtereddata, which speeds up the operation of the component
@bhavberi
Copy link

Switching to row.startsWith may speed up the operation, but it will also remove the fuzzy search functionality, which might impact user experience if they rely on partial matches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants