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 to change label text? #614

Open criss02-cs opened 1 year ago

criss02-cs commented 1 year ago

in my dropdown list i have strings like this 'PZ - Potenza', and I want to show only the first 2 letters 'PZ', how can i do that? I tried to use useState for my value but i doesn't work.