-
Notifications
You must be signed in to change notification settings - Fork 269
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: Support placeholder for inline search input #404
The head ref may contain hidden characters: "\u{1F575}\u{1F3FB}\u200D\u2640\uFE0F"
Conversation
Pull Request Test Coverage Report for Build 1509
💛 - Coveralls |
@ldeveber I'm wondering if we can do this without adding one more option. What if we hide the original placeholder when inline option is set? What's the point of having 2 placeholders? |
@mrchief bump :( |
@ldeveber It hasn't dropped from my radar. Things have been busy lately but I have been going thru options to see if there's something more we can do. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@mrchief any updates? :( |
@ldeveber sorry about the delay. The PR looks good. I'm thinking if it'd be helpful to add it to Options playground. You can add that under |
Oh neat. I will update this :) |
Code Climate has analyzed commit 7141fb0 and detected 0 issues on this pull request. View more on Code Climate. |
@ldeveber I see you added the option for placeholder text as well, thanks for that! This looks good! I'll try to get it out this weekend. |
🎉 This PR is included in version 2.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Co-authored-by: Hrusikesh Panda <mrchief@users.noreply.github.com>
Co-authored-by: Hrusikesh Panda <mrchief@users.noreply.github.com>
What does it do?
Adds option
texts.inlineSearchPlaceholder
to customize the placeholder text for the inline search inputFixes # (issue)
Closes #388
Type of change
Please delete options that are not relevant.
Checklist: