hossein-zare / react-native-dropdown-picker

A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.
https://hossein-zare.github.io/react-native-dropdown-picker-website/
MIT License
970 stars 294 forks source link

How can i format label? #628

Open criss02-cs opened 1 year ago

criss02-cs commented 1 year ago

I have my label like this: '{code} {description}', when I select an item i want to show only the code, but when i have to select another item form list box i want to see the complete string, how can i do that?