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

Not select item in dropdown picker

Open patel-harshal opened this issue 4 years ago • 5 comments

patel-harshal avatar Jul 01 '21 13:07 patel-harshal

    containerStyle={{
      height: 40,
      width: wp(85),
      marginHorizontal: 20,
      borderRadius: 10,
      borderWidth: 0,
      **backgroundColor:
        Platform.OS === "ios" && Colors.inputFieldBackgroundColor,
    }}**

the issue is with backgroundColor property in android i just give null to it and works fine

nadeem36212 avatar Jul 01 '21 19:07 nadeem36212

Thanks

On Fri 2 Jul, 2021, 12:46 AM nadeem36212, @.***> wrote:

containerStyle={{
  height: 40,
  width: wp(85),
  marginHorizontal: 20,
  borderRadius: 10,
  borderWidth: 0,
  **backgroundColor:
    Platform.OS === "ios" && Colors.inputFieldBackgroundColor,
}}**

the issue is with backgroundColor property in android i just give null to it and works fine

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/hossein-zare/react-native-dropdown-picker/issues/368#issuecomment-872489704, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKHATZUO3TE5FDYQIN74CNTTVS5JVANCNFSM47UYF5QQ .

patel-harshal avatar Jul 02 '21 05:07 patel-harshal

@nadeem36212 not working for me

Aexonic-Abhishek avatar Aug 04 '21 12:08 Aexonic-Abhishek

+1

dongdyang avatar Sep 13 '21 06:09 dongdyang

@dongdyang it's rude to just +1 things in open source repos, it generates notifications that are the equivalent of spam, while adding nothing to advance an issue or PR. Please post a PR if you can solve something, otherwise just put a thumbs up reaction on the issue, thank you

mikehardy avatar Sep 13 '21 13:09 mikehardy