danish1658 / react-native-dropdown-select-list

☝️ React Native Select List Equivalent to Html's Select with options"
https://www.npmjs.com/package/react-native-dropdown-select-list
MIT License
201 stars 90 forks source link

defaultOption prop is not working #14

Closed sumit225 closed 1 year ago

sumit225 commented 1 year ago

defaultOption prop is not working. The value is not getting selected by default using this option. https://snack.expo.dev/U81BJIcrW

Akshay-Vootkuru commented 1 year ago

Yes having same issue and also the setting default value using setSelected is not being auto selected in the dropdown. https://snack.expo.dev/@akshay_vootkuru/react-native-dropdown-select-list

danish1658 commented 1 year ago

You both are using older version of the plugin

{ "dependencies": { "axios": "^0.27.2", "expo-constants": "~13.0.2", "@expo/vector-icons": "^12.0.0", "react-native-paper": "4.9.2", "react-native-dropdown-select-list": "1.0.18" } }

danish1658 commented 1 year ago

Please upgrade to "react-native-dropdown-select-list": "1.0.21"