Open dbadyan opened 7 years ago
@enderex there is currently no provision for that at the moment. This will be added to the backlog of things to work on though
I ran int the same issue, so i changed it in the code itself here: line 321
_getRow = item => {
const { selectedItemIconColor, displayKey } = this.props;
return (
<TouchableOpacity
disabled={item.disabled}
onPress={() => this._toggleItem(item)}
style={{ paddingLeft: 20, paddingRight: 20, backgroundColor:"#ffffff", }}
>
Hi, Can you please suggest me how do I change the background color of a multi-select dropdown. Is it added to the release? I want to change that too in blue color.
Were you able to solve it??
Hi, Can you please suggest me how do I change the background color of a multi-select dropdown. Is it added to the release? I want to change that too in blue color.
@cullsin and @erickgtzh, if you are looking for to change the selector's faux Text Input element try using the styleDropdownMenuSubsection
property. It wasn't very clear to me (maybe I'm the only one,) so I dug into the code and found the component responsible for it here.
Hope this is helpful.
hi, i'm trying to change the background color for the drop down item, there's no record of if on the attribute list. here's my code:
thanks a lot.