react-native-material-dropdown icon indicating copy to clipboard operation
react-native-material-dropdown copied to clipboard

itemTextStyle not setting the font style of the selected value

Open ste00martin opened this issue 6 years ago • 3 comments

I'm setting itemTextStyle to a different font and it changes the dropdown options but it's not changing the font of the selected value

ste00martin avatar May 30 '18 20:05 ste00martin

@ste00martin any solutions?

akiladevinda avatar May 18 '20 13:05 akiladevinda

I'm having this same issue. Anyone managed to find a way to style the selected value?

falcononrails avatar Aug 07 '20 12:08 falcononrails

Yeah, this problem really exists on Android. It's getting bold.

you need to set fontWeight: '500' to itemTextStyle

Temirtator avatar Mar 02 '21 09:03 Temirtator