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
991 stars 296 forks source link

Label doesn't update #615

Open criss02-cs opened 1 year ago

criss02-cs commented 1 year ago

I use setValue state, in my code it's called setRegioneSelezionata, but the label text doesn't update. I use the setValue outside of this dropdown, I have another dropdown when I select an item he changes the value of this dropdown, i tried to print the value and it update it, but in the UI the label it's not updated

Worik42 commented 1 year ago

same issue