danish1658 / react-native-dropdown-select-list

☝️ React Native Select List Equivalent to Html's Select with options"
https://www.npmjs.com/package/react-native-dropdown-select-list
MIT License
193 stars 90 forks source link

Update SelectList.tsx #115

Open 3ps1lon opened 4 months ago

3ps1lon commented 4 months ago

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 commented 4 days ago

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.