react-native-dropdown-picker icon indicating copy to clipboard operation
react-native-dropdown-picker copied to clipboard

Fix: select item multiple enabled

Open medmo7 opened this issue 3 years ago • 0 comments

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:
image
  • Added also a check for state !== undefined in setValue otherwise this issue is raised:
image

medmo7 avatar May 31 '22 11:05 medmo7