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
I’m trying to change the color of the selected menuItem in a SelectField. It looks like you can only change the selected color when you create a Menu component. Then you can use the selectedMenuItemStyle prop. However, the SelectField and DropDown components create the Menu inside the PopOver and the menuItem.selectedTextColor is hard coded to rawTheme.palette.accent1Color. It would be very helpful if selectedMenuItemStyle could be exposed to the SelectField component.
The text was updated successfully, but these errors were encountered:
I’m trying to change the color of the selected menuItem in a SelectField. It looks like you can only change the selected color when you create a Menu component. Then you can use the selectedMenuItemStyle prop. However, the SelectField and DropDown components create the Menu inside the PopOver and the menuItem.selectedTextColor is hard coded to rawTheme.palette.accent1Color. It would be very helpful if selectedMenuItemStyle could be exposed to the SelectField component.
The text was updated successfully, but these errors were encountered: