[PR #2089] [MERGED] TimeSpanPicker: fix not using last changed input value, disable autocomplete #3065

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/2089
Author: @Cosmatevs
Created: 4/11/2025
Status: Merged
Merged: 4/14/2025
Merged by: @enchev

Base: masterHead: timespanpicker-fixes


📝 Commits (2)

📊 Changes

2 files changed (+55 additions, -47 deletions)

View changed files

📝 Radzen.Blazor/RadzenTimeSpanPicker.razor (+10 -8)
📝 Radzen.Blazor/RadzenTimeSpanPicker.razor.cs (+45 -39)

📄 Description

  • Fix occasionally not using last changed input value after clicking the confirmation button in the panel.
    It sometimes happened in a server-side app when the connection latency was high enough. The cause was that the onchange event was triggered after the click event.
    Here's how the bug looked like:
    TimeSpanPicker bug
  • Disable autocomplete in unit fields in the panel.
  • Merge all onchange functions for unit fields into one.

🔄 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/2089 **Author:** [@Cosmatevs](https://github.com/Cosmatevs) **Created:** 4/11/2025 **Status:** ✅ Merged **Merged:** 4/14/2025 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `timespanpicker-fixes` --- ### 📝 Commits (2) - [`4a4bb20`](https://github.com/radzenhq/radzen-blazor/commit/4a4bb20bb5c16d740316bedaffd93fb0c228b7bb) TimeSpanPicker: - [`c3f53e6`](https://github.com/radzenhq/radzen-blazor/commit/c3f53e67f76ab89cb33ffc0d164fe4c06000ca71) TimeSpanPicker: ### 📊 Changes **2 files changed** (+55 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenTimeSpanPicker.razor` (+10 -8) 📝 `Radzen.Blazor/RadzenTimeSpanPicker.razor.cs` (+45 -39) </details> ### 📄 Description * Fix occasionally not using last changed input value after clicking the confirmation button in the panel. It sometimes happened in a server-side app when the connection latency was high enough. The cause was that the onchange event was triggered after the click event. Here's how the bug looked like: ![TimeSpanPicker bug](https://github.com/user-attachments/assets/45bf491d-7415-4e54-bb38-df2a83878ff9) * Disable autocomplete in unit fields in the panel. * Merge all onchange functions for unit fields into one. --- <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:21:45 +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#3065