react-native-dropdown-picker
react-native-dropdown-picker copied to clipboard
Fix: select item multiple enabled
In this PR:
- Added a verification for value in
if (memoryRef.current.value.includes(item[_schema.value])), when multiple is enable otherwise I get this error:
- Added also a check for
state !== undefinedinsetValueotherwise this issue is raised: