-
Notifications
You must be signed in to change notification settings - Fork 270
feat: Ability to keep the dropdown open always (#241) ✨ #241
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
Conversation
Pull Request Test Coverage Report for Build 1089
💛 - Coveralls |
5ece68a
to
a83fddc
Compare
c0c2f1a
to
1727cde
Compare
@moonjy1993 Thanks for submitting this. There are a few things we need to do before this PR can be merged:
|
Probably should think about bundling this as well. |
@ellinge |
Yes, but we can make that part of #242
They would need a code update when they migrate to the new version, which is why it's a separate release. |
@mrchief okay. so I have updated the index.test.js and readMe files. will include showDropdownAlways for now, since you said the prop bundling will happen in other PR. |
The typescript typings (.d.ts) needs an update as well. It’s a very newly added addition so there’s no checklist or similar which ensures this yet. |
@ellinge okay. just modified d.ts file. |
Gotta remember this myself! :) |
Code Climate has analyzed commit 179e1bc and detected 0 issues on this pull request. View more on Code Climate. |
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.
Thanks for sending this!
@allcontributors[bot] Let's add @moonjy1993 for code, bug |
I've put up a pull request to add @moonjy1993! 🎉 |
🎉 This PR is included in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What does it do?
This adds a new prop: showDropdownAlways, and this disables the toggling of showDropdown when the user clicks search box.
Fixes # (issue)
This closes issue #239.
Type of change
Please delete options that are not relevant.
Checklist:
docs/bundle.js
file (ranyarn build:docs
and checked in the newbundle.js
file)