Skip to content
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(inputbutton): update inputbutton styles #1486

Merged
merged 5 commits into from
Nov 19, 2021
Merged

fix(inputbutton): update inputbutton styles #1486

merged 5 commits into from
Nov 19, 2021

Conversation

Quesle
Copy link
Contributor

@Quesle Quesle commented Nov 19, 2021

No description provided.

@vercel
Copy link

vercel bot commented Nov 19, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/growingio/gio-design/84uaSZC6Jgfha4p1pshDc7njmipV
✅ Preview: https://gio-design-git-fix-input-style-growingio.vercel.app

@@ -80,7 +79,7 @@ const InputButton = React.forwardRef<HTMLInputElement, InputButtonProps>((props,
type="button"
value={value || placeholder}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

value={value || placeholder};这里没必要把 placeholder 放到 value 里吧?

src/input/style/index.less Outdated Show resolved Hide resolved
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

33.3% 33.3% Coverage
0.0% 0.0% Duplication

@Quesle Quesle merged commit c4577a8 into master Nov 19, 2021
@Quesle Quesle deleted the fix-input-style branch November 19, 2021 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants