We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a short description of issue, preferably, a sentence.
(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" />
(Write what you thought would happen.)
(Write what happened. Add screenshots!)
(Paste exact code snippet and instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.)
The text was updated successfully, but these errors were encountered: