-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
feat(Search): add "placeholder" & documentation #4282
feat(Search): add "placeholder" & documentation #4282
Conversation
💖 Thanks for opening this pull request! 💖 Here is a list of things that will help get it across the finish line:
We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can. |
Codecov Report
@@ Coverage Diff @@
## master #4282 +/- ##
=======================================
Coverage 99.75% 99.75%
=======================================
Files 180 180
Lines 3241 3241
=======================================
Hits 3233 3233
Misses 8 8
Continue to review full report at Codecov.
|
Here is the issue this PR addresses: #3806 |
docs/src/examples/modules/Search/Types/SearchExampleStandard.js
Outdated
Show resolved
Hide resolved
@rohanrav great job, I also added a small unit test 🐱 |
Hmm, this change causes the search's I think it might be because of assigning it an empty string in |
@noinkling good call, yeah it should be removed from |
Fixes #3806.