Open danielmponda opened 2 years ago
Go to node_modules/react-native-multi-selectbox/src/index.js and search for "kMultiListEmptyLabelStyle", You can edit MultiSelect placeholder color there -
const kMultiListEmptyLabelStyle = {
fontSize: 15,
fontFamily: 'Montserrat-Regular',
paddingLeft: 20,
color: 'rgba(60, 60, 67, 0.6)', /*Replace desired color code here*/
...multiListEmptyLabelStyle,
}
How can i change placeholder color on MultiSelect