[PR #318] [CLOSED] StepBase attribute #2113

Open
opened 2026-01-29 18:17:17 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/318
Author: @goldware-lab
Created: 12/28/2021
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+351 additions, -313 deletions)

View changed files

📝 Radzen.Blazor/RadzenSlider.razor.cs (+351 -313)

📄 Description

Added support for a StepBase attribute which can be used to apply the step value to an other value than 0. if specified as "min", the value of the Min attribute is considered. If StepBase attribute is omitted, the control behaves like before, and Step value is based on 0.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/318 **Author:** [@goldware-lab](https://github.com/goldware-lab) **Created:** 12/28/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`510c4f5`](https://github.com/radzenhq/radzen-blazor/commit/510c4f51fc58cd343b8a6917a3a2dfc1865f01d8) Add files via upload ### 📊 Changes **1 file changed** (+351 additions, -313 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenSlider.razor.cs` (+351 -313) </details> ### 📄 Description Added support for a StepBase attribute which can be used to apply the step value to an other value than 0. if specified as "min", the value of the Min attribute is considered. If StepBase attribute is omitted, the control behaves like before, and Step value is based on 0. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:17:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2113