-
Notifications
You must be signed in to change notification settings - Fork 29
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
Feature Request: Add suggestion when typing. #1
Comments
Sorry for late answer! Yes, this can and will be implemented in a future release. As for now, I've added a quick fix by implementing the prop <TagInput
updateState={this.updateTagState}
tags={this.state.tags}
customElement={<YourListWithSearchResults/>}
/> I've also added an example to the repo on how to implement this by using Leaving this issue open until this is implemented in a better way! |
@jimmybengtsson thank you :), I will look into that. |
added option to replace delete icon
No description provided.
The text was updated successfully, but these errors were encountered: