toystars / react-native-multiple-select

Simple multi-select component for react-native
MIT License
565 stars 313 forks source link

Selected items are not displayed when transferring to data select #194

Open AlexandrAkimov opened 2 years ago

AlexandrAkimov commented 2 years ago

Issue summary

If you receive data from the server and pass this data to the "selectedItems" parameter, then they will not be displayed as selected in the multiselect.

Solution that fixed it for me. /lib/react-native-multi-select.js Снимок экрана от 2021-10-16 14-08-28

Снимок экрана от 2021-10-16 13-56-46

Library versions