-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
fix: border radius in lookup component #2558
fix: border radius in lookup component #2558
Conversation
Bug FixesTestsChoreContributorsyvmunayev, LeandroTorresSicilia Commit-Lint commandsYou can trigger Commit-Lint actions by commenting on this PR:
|
…to fix-border-radius-in-lookop-component
Visit the preview URL for this PR (updated for commit 7614bb3): https://react-rainbow--pr2558-fix-border-radius-in-sjy3gmqj.web.app (expires Mon, 16 Jan 2023 23:11:57 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 2de6d670498a0a515484c5637b13d0215372df83 |
@@ -48,14 +56,15 @@ export default class SelectedValue extends Component { | |||
this.inputRef.current.blur(); | |||
} | |||
|
|||
renderInput() { | |||
render() { |
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.
Function render
has 79 lines of code (exceeds 25 allowed). Consider refactoring.
…b.com/nexxtway/react-rainbow into fix-border-radius-in-lookop-component
…to fix-border-radius-in-lookop-component
…b.com/nexxtway/react-rainbow into fix-border-radius-in-lookop-component
…to fix-border-radius-in-lookop-component
…b.com/nexxtway/react-rainbow into fix-border-radius-in-lookop-component
Code Climate has analyzed commit 7614bb3 and detected 4 issues on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
fix: #2557
Changes proposed in this PR:
fix: border radius in lookup component
I have followed (at least) the PR section of the contributing guide.
@nexxtway/react-rainbow