hossein-zare / react-native-dropdown-picker

A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.
https://hossein-zare.github.io/react-native-dropdown-picker-website/
MIT License
970 stars 294 forks source link

How Accessing Tolal Item Results when Search #707

Open aliansyahFirdaus opened 10 months ago

aliansyahFirdaus commented 10 months ago

How can I get the total number of items when searching? For example, if there are a total of 50 data entries, and when I search with the prefix 'IN,' only 2 items appear, how can I retrieve those 2 data entries from the dropdown? I need this information.