picker: Can't set dropdownIconColor to transparent after new release
Version : 1.13.1
Issue :
I updated the module with the latest version 1.13.1 and found a regression in the operation of dropdownIconColor. The release was supposed to fix dropdownIconColor causing a crash when using string variables. It did but it appears that it has created an another issue. You can no longer set the value of this prop to transparent using hex or rgba.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 3
- Comments: 19 (3 by maintainers)
Commits related to this issue
- fix(android): spinner background issues fixes #235 fixes #112 In order to fix issues with buggy color/style changes to spinner's background I created custom background resource which should look ide... — committed to mateusz1913/picker by mateusz1913 3 years ago
- fix(android): spinner background issues fixes #266 fixes #235 fixes #112 In order to fix issues with buggy color/style changes to spinner's background I created custom background resource which shou... — committed to mateusz1913/picker by mateusz1913 3 years ago
- fix(android): spinner background issues fixes #266 fixes #235 fixes #112 In order to fix issues with buggy color/style changes to spinner's background I created custom background resource which shou... — committed to mateusz1913/picker by mateusz1913 3 years ago
- fix(android): spinner background issues (#290) fixes #266 fixes #235 fixes #112 In order to fix issues with buggy color/style changes to spinner's background I created custom background resourc... — committed to react-native-picker/picker by mateusz1913 3 years ago
- chore(release): 1.16.6 [skip ci] ## [1.16.6](https://github.com/react-native-picker/picker/compare/v1.16.5...v1.16.6) (2021-08-19) ### Bug Fixes * **android:** spinner background issues ([#290](htt... — committed to react-native-picker/picker by semantic-release-bot 3 years ago
Still can’t set to transparent in v2.4.8.
still exists in v2.2.0
@wave2006 I am also getting this error
If I roll back to version
1.13.0it works fine.Still can’t set to transparent in v2.4.8.
stumbling into this issue in v2.4.0
This code should make the dropdownIconColor transparent but it actually sets it white for every
<Picker>.This issue is still happening on the latest version (1.16.1).