You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default chevron doesn't get hidden or removed when a new icon is made. The chevron doesn't listen to styling either to hide the container or the chevron itself.
To Reproduce
Steps to reproduce the behavior:
Create a RNPickerSelect object
Provide the object with a custom icon
(3. ) Additionally add styling to hide the default chevron.
Expected behavior
The default chevron is disabled and the icon that has been added takes its place.
Screenshots
Different background used here for your convenience at spotting it:
Describe the bug
The default chevron doesn't get hidden or removed when a new icon is made. The chevron doesn't listen to styling either to hide the container or the chevron itself.
To Reproduce
Steps to reproduce the behavior:
(3. ) Additionally add styling to hide the default chevron.
Expected behavior
The default chevron is disabled and the icon that has been added takes its place.
Screenshots
Different background used here for your convenience at spotting it:
Additional details
Reproduction and/or code sample
Snack to preview the error