react-native-dropdown-picker
react-native-dropdown-picker copied to clipboard
renderSelectedItem feature
Hi, thanks for this component. It seems like there is no way to customize the selected item (apart from styling which is pretty limited). It seems like a common use case to be able to customize the selected item - for example in my case I want to show an abbreviated selected value since space limited. Have you considered adding a renderSelectedItem(item) => React.ReactNode
callback prop? If so I don't mind making a PR