[PR #950] [CLOSED] Numeric: wraparound feature #2414

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/950
Author: @Cosmatevs
Created: 5/3/2023
Status: Closed

Base: masterHead: numeric-wraparound


📝 Commits (2)

  • b29126a Numeric: add wraparound feature
  • e9a5bbd Numeric: minor change to WrapAround summary

📊 Changes

4 files changed (+63 additions, -11 deletions)

View changed files

📝 Radzen.Blazor/RadzenNumeric.razor (+1 -1)
📝 Radzen.Blazor/RadzenNumeric.razor.cs (+48 -10)
📝 RadzenBlazorDemos/Pages/NumericPage.razor (+7 -0)
RadzenBlazorDemos/Pages/NumericWraparound.razor (+7 -0)

📄 Description

For circular ranges such as degrees of angle.
It could be also used in the DatePicker component in the future.


🔄 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/950 **Author:** [@Cosmatevs](https://github.com/Cosmatevs) **Created:** 5/3/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `numeric-wraparound` --- ### 📝 Commits (2) - [`b29126a`](https://github.com/radzenhq/radzen-blazor/commit/b29126a8ce1ca2abf21ae873ebdc654fe164fde1) Numeric: add wraparound feature - [`e9a5bbd`](https://github.com/radzenhq/radzen-blazor/commit/e9a5bbd2766f5afccda5f1b48f184f42cda32856) Numeric: minor change to WrapAround summary ### 📊 Changes **4 files changed** (+63 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenNumeric.razor` (+1 -1) 📝 `Radzen.Blazor/RadzenNumeric.razor.cs` (+48 -10) 📝 `RadzenBlazorDemos/Pages/NumericPage.razor` (+7 -0) ➕ `RadzenBlazorDemos/Pages/NumericWraparound.razor` (+7 -0) </details> ### 📄 Description For circular ranges such as degrees of angle. It could be also used in the DatePicker component in the future. --- <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:18:43 +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#2414