It should show the selected items number, the selected items when I show the list and the list of item select next to the input
(Write what you thought would happen.)
Actual Behavior
I have the data already loaded but when I change the state of selected data it shows as selected items of it doesn't show the items selected and I can select the same again
Issue summary
I need to use it in the profile screen with the data already populated to update.
Library versions
{ "@expo/samples": "2.1.1", "@mapbox/geo-viewport": "^0.4.0", "expo": "^30.0.1", "react": "16.3.1", "react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz", "react-native-autocomplete-input": "^3.6.0", "react-native-blur": "^3.2.2", "react-native-elements": "^0.19.1", "react-native-loading-spinner-overlay": "^1.0.1", "react-native-multiple-select": "^0.4.4", "react-native-storage": "^1.0.0-beta.1", "react-navigation": "^2.9.3" }
Expected Behavior
It should show the selected items number, the selected items when I show the list and the list of item select next to the input
(Write what you thought would happen.)
Actual Behavior
I have the data already loaded but when I change the state of selected data it shows as selected items of it doesn't show the items selected and I can select the same again
(Write what happened. Add screenshots!)
Reproducible Code