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
Is there a way to pass the Style parameter to the option element?
Maybe also a new feature for this component.
I know I can set my own class, but I'd rather use inlinestyles in a suitable place.
<Option
style={{ color: color, backgroundColor: color }}
/>