sohobloo / react-native-modal-dropdown

A react-native dropdown/picker/selector component for both Android & iOS.
MIT License
1.19k stars 478 forks source link

New Feature : Display selected Item in the Modal as it is in renderItem #253

Open Amol-B-Patil opened 4 years ago

Amol-B-Patil commented 4 years ago

Hi,

Thanks for the good repository.

I want to request a new feature. Please provide the renderedItem as it is to the Model after selecting a item.

e.g.

If I made a custom renderItem with Image and Text as dropDown Item, then same rendered Item should be displayed in Model after selecting a specific item from drop-down. Currently, it is showing only text from the rendered Item.

donni106 commented 4 years ago

Hi @Amol-B-Patil, can you please create this issue in the up-to-date fork of this package here: https://github.com/siemiatj/react-native-modal-dropdown/issues?

Amol-B-Patil commented 4 years ago

Hi @donni106 ,

Thanks for your help. I have opened this issue as new issue to the fork of this package here : https://github.com/siemiatj/react-native-modal-dropdown/issues/4