hoaphantn7604 / react-native-element-dropdown

A react-native dropdown component easy to customize for both iOS and Android.
MIT License
861 stars 154 forks source link

use valueField as key instead of labelField #247

Closed vishavjeet1999 closed 3 months ago

vishavjeet1999 commented 4 months ago

if we have a multiselect dropdown (example -> of users, the value field will be userId, and labelfield will be name, now names can be duplicate, thus, using labelField as key is not good, may result in crashes). pls make other required changes

vishavjeet1999 commented 4 months ago

Use valueFiels as key instead of labelField