-
Notifications
You must be signed in to change notification settings - Fork 268
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
fix: clear search input on resetting state #410
Conversation
Pull Request Test Coverage Report for Build 1482
💛 - Coveralls |
@mrchief please check |
Will check and let you know. |
@all-contributors Please add @berdyshev for code,bug |
I couldn't determine any contributions to add, did you specify any contributions? |
@all-contributors Please add @berdyshev for code and bug |
I've put up a pull request to add @berdyshev! 🎉 |
Code Climate has analyzed commit a1a462b and detected 0 issues on this pull request. View more on Code Climate. |
🎉 This PR is included in version 2.4.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Co-authored-by: Hrusikesh Panda <mrchief@users.noreply.github.com>
When using both
clearSearchOnChange
andinlineSearchInput
options, the search input is not cleared inside the opened dropdown upon selecting one of the search results.We need to check whether the input ref is accessible but not the case when
inlineSearchInput
is not set.Fixes #409