AdelRedaa97 / react-native-select-dropdown

react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.
MIT License
314 stars 134 forks source link

Array of object is not working #106

Closed avijit-ordering closed 1 year ago

avijit-ordering commented 1 year ago

Hello,

Please check this screen.

https://user-images.githubusercontent.com/16749307/207792055-d5baf387-050e-4542-b411-ccc6afa62054.mp4

Please help me for this problem.

Thanks

joshuakwak commented 1 year ago

On buttonTextAfterSelection instead of return selectedItem; Make it return selectedItem.name;

Same way to the rowTextForSelection, make it return item.name;

deveshlashkari commented 1 year ago

On buttonTextAfterSelection instead of return selectedItem; Make it return selectedItem.name;

Same way to the rowTextForSelection, make it return item.name;

Works like a charm✅