hiddentao / react-native-modal-filter-picker

Cross-platform modal picker for React Native which supports keyword filtering, custom rendering, etc
MIT License
104 stars 74 forks source link

what is call back function for label #6

Closed minajm closed 6 years ago

minajm commented 6 years ago

onSelect is Callback for when an option is chosen, but just work for key , we nee a callback function for label?

prashantvv commented 6 years ago

you've to edit onSelect function to return label also in index.js file to get the label data

hiddentao commented 6 years ago

@prashantvv thanks