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

TagField does not show matching tags after searching #132

Closed
Kethatril opened this issue Jan 23, 2019 · 2 comments
Closed

TagField does not show matching tags after searching #132

Kethatril opened this issue Jan 23, 2019 · 2 comments

Comments

@Kethatril
Copy link
Contributor

When searching for a tag using a TagField that is lazy loading, the matching results don't show and the loading spinner doesn't stop until you either continue typing, backspace or leave the tagfield and re-search.

initial-search

after

@Kethatril
Copy link
Contributor Author

JedWatson/react-select#3075 Is an explanation of why this is happening, I'll looking at making a fix.

@Kethatril
Copy link
Contributor Author

Easiest fix would be to replace lodash/debounce with a promise based debounce like https://github.com/bjoerge/debounce-promise.

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

No branches or pull requests

2 participants