[PR #2410] [MERGED] fix strange oninput behavior on textbox and textarea (server rendering) #3247

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/2410
Author: @tharreck
Created: 1/8/2026
Status: Merged
Merged: 1/9/2026
Merged by: @enchev

Base: masterHead: fix/TextBoxAndTextAreaInputLost


📝 Commits (2)

  • 05974ac use bind:get and bind:set to fix strange behavior on input while using server rendering
  • ce8d467 only update the Immediate textarea and textbox

📊 Changes

4 files changed (+65 additions, -13 deletions)

View changed files

📝 Radzen.Blazor/RadzenTextArea.razor (+20 -4)
📝 Radzen.Blazor/RadzenTextArea.razor.cs (+11 -1)
📝 Radzen.Blazor/RadzenTextBox.razor (+20 -4)
📝 Radzen.Blazor/RadzenTextBox.razor.cs (+14 -4)

📄 Description

this pr fixes an issue when using onInput and server rendering on a RadzenTextArea / RadzenTextBox that input is lost in some cases.

I noticed something similar was done for the RadzenNumeric. see commit a0cfc5d2


🔄 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/2410 **Author:** [@tharreck](https://github.com/tharreck) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 1/9/2026 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `fix/TextBoxAndTextAreaInputLost` --- ### 📝 Commits (2) - [`05974ac`](https://github.com/radzenhq/radzen-blazor/commit/05974aca2d043c0361b21841b5ca0df57e8386e3) use bind:get and bind:set to fix strange behavior on input while using server rendering - [`ce8d467`](https://github.com/radzenhq/radzen-blazor/commit/ce8d467f1e9a592ca567accfa70b91703f558242) only update the Immediate textarea and textbox ### 📊 Changes **4 files changed** (+65 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenTextArea.razor` (+20 -4) 📝 `Radzen.Blazor/RadzenTextArea.razor.cs` (+11 -1) 📝 `Radzen.Blazor/RadzenTextBox.razor` (+20 -4) 📝 `Radzen.Blazor/RadzenTextBox.razor.cs` (+14 -4) </details> ### 📄 Description this pr fixes an issue when using onInput and server rendering on a RadzenTextArea / RadzenTextBox that input is lost in some cases. I noticed something similar was done for the RadzenNumeric. see commit [a0cfc5d2](https://github.com/radzenhq/radzen-blazor/commit/a0cfc5d26736c5d7f7397356818ceef6059ba152) --- <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:22:37 +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#3247