-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Search box: make found options selectable with click #1697
Conversation
Codecov Report
@@ Coverage Diff @@
## release/3.3 #1697 +/- ##
===============================================
+ Coverage 21.18% 21.24% +0.06%
===============================================
Files 252 252
Lines 5694 5695 +1
Branches 695 677 -18
===============================================
+ Hits 1206 1210 +4
- Misses 3932 3999 +67
+ Partials 556 486 -70
Continue to review full report at Codecov.
|
Update lerna to the latest version 🚀
<SearchBox onSelectStory={onSelectStory} onClose={onClose} stories={stories} /> | ||
); | ||
|
||
const modal = wrap.find(FuzzySearch).dive(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting, haven't seen this before, TIL
# Conflicts: # lib/ui/package.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested, LGTM
This includes moving back to the original
react-fuzzy
packageDemo