-
Notifications
You must be signed in to change notification settings - Fork 168
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
FilterItem filter: Add label and make label and placeholder customizable #8711
Conversation
How do you normally handle code coverage fails? |
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.
How do you normally handle code coverage fails?
SonarCloud can be quite buggy when determining the coverage on new code. You tested the 2 new properties perfectly fine.
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.
Nice 👍 Another linter-run is required though.
you were too fast :D done |
SonarCloud Quality Gate failed. |
hu, SonarCloud bug? buggy code is not mine 🤷 Ignore? |
Ignore, yes 😄 SonarCloud often analyses not only your changes, but the whole file. |
Description
Make the placeholder on text input field for the ItemFilter component editable via prop
Related Issue
Motivation and Context
Adds possibility to customized the filter input
Screenshots (if appropriate):
before
after
with custom placeholder and label
default

Types of changes
Checklist: