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 plan to support a separate render prop for the selected option in the control vs the menu? Currently renderOptionLabel is applied to both.
I am rendering custom menu items with additional subtext and an icon, it doesn't make sense for me to display these extra things in the control, I just want the main piece of text. In the example below, I would like to be able to only render Denver in the control
Something like renderControlLabel to go along with the current renderOptionLabel?
The text was updated successfully, but these errors were encountered:
Is there a plan to support a separate render prop for the selected option in the control vs the menu? Currently
renderOptionLabel
is applied to both.I am rendering custom menu items with additional subtext and an icon, it doesn't make sense for me to display these extra things in the control, I just want the main piece of text. In the example below, I would like to be able to only render
Denver
in the controlSomething like
renderControlLabel
to go along with the currentrenderOptionLabel
?The text was updated successfully, but these errors were encountered: