enhancementhelp wantedpriority: medium
Repository metrics
- Stars
- (4,524 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
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 }}
/>
br Henry