react-native-modal-picker icon indicating copy to clipboard operation
react-native-modal-picker copied to clipboard

Return Value for selected Data. e.g return the ID for the selected value.

Open alvinego opened this issue 6 months ago • 2 comments

**When value is selected? attributes of the value should be returned in another property. Describe the solution you'd like onSelect should be possible to return the ID of item selected in the datasource

** I tried creating another function to return the ID by searching my data with selected value. But it's cumbersome and present a problem when we have two or more values with the same name.

Additional context Add any other context or screenshots about the feature request here.

alvinego avatar Jul 29 '24 00:07 alvinego