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(InputNumber): add global setting for step #2268

Merged
merged 6 commits into from
Oct 14, 2023
Merged

feat(InputNumber): add global setting for step #2268

merged 6 commits into from
Oct 14, 2023

Conversation

ArgoZhang
Copy link
Collaborator

@ArgoZhang ArgoZhang commented Oct 14, 2023

add global setting for step

Description

close #2267

@codecov
Copy link

codecov bot commented Oct 14, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (a50a035) 100.00% compared to head (95e48a9) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #2268   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          530       532    +2     
  Lines        17165     17191   +26     
=========================================
+ Hits         17165     17191   +26     
Files Coverage Δ
...mponents/InputNumber/BootstrapInputNumber.razor.cs 100.00% <100.00%> (ø)
...zor/Extensions/BootstrapBlazorOptionsExtensions.cs 100.00% <100.00%> (ø)
.../BootstrapBlazor/Options/BootstrapBlazorOptions.cs 100.00% <100.00%> (ø)
src/BootstrapBlazor/Options/StepSettings.cs 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bb-auto bb-auto bot added the enhancement New feature or request label Oct 14, 2023
@bb-auto bb-auto bot added this to the V7.11.0 milestone Oct 14, 2023
@ArgoZhang ArgoZhang merged commit 14597d3 into main Oct 14, 2023
4 checks passed
@ArgoZhang ArgoZhang deleted the feat-step branch October 14, 2023 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: add global setting for input type number step
1 participant