-
Notifications
You must be signed in to change notification settings - Fork 45
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
front: search op with ci - ch code #6204
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #6204 +/- ##
============================================
- Coverage 27.72% 27.71% -0.01%
Complexity 2165 2165
============================================
Files 1003 1003
Lines 126611 126622 +11
Branches 2580 2580
============================================
- Hits 35099 35093 -6
- Misses 90022 90039 +17
Partials 1490 1490
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
a5fb156
to
8ec4301
Compare
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.
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.
Thank you for your PR, left some comments.
Maybe it can be done in a separated refacto for the Input component but I think it's strange to have a clearButton props and an onClear props. As they work together, they should be merged in a single one (or we keep only the onClear one).
Moreover, we have a lot of default values for optional props but they are not needed.
16117ce
to
2ac3a2b
Compare
2ac3a2b
to
315572e
Compare
315572e
to
92f5de2
Compare
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 PR ! Left some comments :)
The bug has been solved ✅
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.
Lgtm and tested, good job, great util function :)
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.
Very nice PR, LGTM and tested ✅
InputSNCF
component.