react-native-dropdown-picker icon indicating copy to clipboard operation
react-native-dropdown-picker copied to clipboard

search and label fields

Open OpenTasteSG opened this issue 1 year ago • 1 comments

I believe search and label fields always use the name field of the item.

Is there a way to customise that?

Trying to use it for country phone code list. eg. allow people to search for United States, but when use select it, I just want it to display US +1.

I know I can custom render the list item, but not sure if there is a custom render label .

OpenTasteSG avatar May 17 '24 02:05 OpenTasteSG