Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TagRemoveIconColorand selectedItemIconColor doesnt work for me :( hidden I donw know why #147

Open
mariam8896 opened this issue Sep 3, 2020 · 0 comments

Comments

@mariam8896
Copy link

mariam8896 commented Sep 3, 2020

Issue summary

Add a short description of issue, preferably, a sentence.

Library versions

Steps to Reproduce

(Write your steps here:)

<MultiSelect
items={categories}
uniqueKey="id"
ref={(component) => { this.multiSelect = component }}
onSelectedItemsChange={this.onSelectedItemsChange}
selectedItems={selectedItems}
selectText="Pick Items"
searchInputPlaceholderText="Search Items..."
onChangeInput={ (text)=> console.log(text)}
tagRemoveIconColor ="#f56642"
tagBorderColor={Color.staffGreen}
tagTextColor={Color.staffGreen}
selectedItemTextColor={Color.staffGreen}
selectedItemIconColor="#f56642"
itemTextColor={Color.titleBlack}
displayKey="name"
searchInputStyle={{ color: '#A1A1A1'}}
submitButtonColor={Color.staffGreen}
submitButtonText="Submit"
/>

Expected Behavior

(Write what you thought would happen.)

Actual Behavior

(Write what happened. Add screenshots!)

Reproducible Code

(Paste exact code snippet and instructions to reproduce the issue.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant