Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SelectList.tsx #115

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update SelectList.tsx #115

wants to merge 1 commit into from

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