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

feat (module: InputNumber) : support parameter Precision #2774

Conversation

YongQuan-dotnet
Copy link
Collaborator

@YongQuan-dotnet YongQuan-dotnet commented Oct 9, 2022

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / documentation update
  • Demo update
  • Component style update
  • Bundle size optimization
  • Performance optimization
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

🔗 Related issue link

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese

☑️ Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • Changelog is provided or not needed

@github-actions
Copy link

github-actions bot commented Oct 9, 2022

@codecov
Copy link

codecov bot commented Oct 9, 2022

Codecov Report

Base: 40.24% // Head: 41.66% // Increases project coverage by +1.41% 🎉

Coverage data is based on head (2fdf42e) compared to base (2324347).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##           feature    #2774      +/-   ##
===========================================
+ Coverage    40.24%   41.66%   +1.41%     
===========================================
  Files          543      543              
  Lines        25792    25796       +4     
  Branches       260      260              
===========================================
+ Hits         10381    10747     +366     
+ Misses       15371    15009     -362     
  Partials        40       40              
Impacted Files Coverage Δ
components/input-number/InputNumber.razor.cs 70.54% <100.00%> (+5.20%) ⬆️
components/core/Component/Overlay/Overlay.razor.cs 67.44% <0.00%> (-6.98%) ⬇️
...nts/core/Component/Overlay/OverlayTrigger.razor.cs 52.63% <0.00%> (-2.64%) ⬇️
components/select/Select.razor.cs 53.24% <0.00%> (+0.26%) ⬆️
components/select/SelectBase.cs 71.19% <0.00%> (+0.27%) ⬆️
components/input/Input.cs 67.25% <0.00%> (+0.35%) ⬆️
components/grid/Col.razor.cs 96.00% <0.00%> (+1.33%) ⬆️
components/input-number/InputNumberMath.cs 5.12% <0.00%> (+2.56%) ⬆️
components/core/Extensions/JSRuntimeExtensions.cs 53.33% <0.00%> (+3.33%) ⬆️
... and 12 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@ElderJames ElderJames left a comment

Choose a reason for hiding this comment

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

LGTM

@ElderJames ElderJames merged commit 91e12f2 into ant-design-blazor:feature Oct 9, 2022
zxyao145 pushed a commit to zxyao145/ant-design-blazor that referenced this pull request Oct 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants