-
Notifications
You must be signed in to change notification settings - Fork 141
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(comp:input-number): add input-number component #584
Conversation
This preview will be available after the AzureCI is passed. |
Codecov Report
@@ Coverage Diff @@
## main #584 +/- ##
==========================================
+ Coverage 83.44% 83.64% +0.20%
==========================================
Files 325 333 +8
Lines 8328 8510 +182
Branches 1867 1905 +38
==========================================
+ Hits 6949 7118 +169
- Misses 1379 1392 +13
Continue to review full report at Codecov.
|
const { class: className, style, ...rest } = attrs | ||
return ( | ||
<span class={classes.value} style={style as StyleValue}> | ||
<IxInput |
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.
其实我不是很想,所有的组件的输入框都用 IxInput
来实现,用原生的 input 更好。
这个可以先不改,后面再看吧,
e13dad1
to
ee07671
Compare
ee07671
to
9c61dfe
Compare
fix #31
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior?
Other information