n4kz / react-native-material-dropdown

Material dropdown with consistent behaviour on iOS and Android
Other
732 stars 597 forks source link

Can render icon in item list but not as value after selected #247

Open dylangolow opened 4 years ago

dylangolow commented 4 years ago

Would it be possible to rewrite renderBase so that an icon can be rendered alongside?

Something like for country dropdown selection with a flag on the left.

Currently I can get it to render in the dropdown list by passing a view to the label extractor with the flag and text for the country, but this won't be pulled the text field which uses value instead of the label.