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

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

Original Pull Request: https://github.com/radzenhq/radzen-blazor/pull/2089

State: closed
Merged: Yes


  • 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.
**Original Pull Request:** https://github.com/radzenhq/radzen-blazor/pull/2089 **State:** closed **Merged:** Yes --- * 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.
claunia added the pull-request label 2026-01-29 18:21:46 +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#3068