[PR #2329] [MERGED] Add Support for Immediate changes in TextArea #3192

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/2329
Author: @joriverm
Created: 10/29/2025
Status: Merged
Merged: 10/29/2025
Merged by: @enchev

Base: masterHead: feature/textarea


📝 Commits (1)

  • bb991bc Add Support for Immediate changes in TextArea

📊 Changes

3 files changed (+45 additions, -8 deletions)

View changed files

📝 Radzen.Blazor/RadzenTextArea.razor (+1 -1)
📝 Radzen.Blazor/RadzenTextArea.razor.cs (+34 -3)
📝 RadzenBlazorDemos/Pages/TextAreaConfig.razor (+10 -4)

📄 Description

after the implementation of immediate on the textfield was useful for us, as we implemented a textbox that processes input and checks for shortcuts (like '!uc008' replaces it with a big long text).

however, we would like to do the same with the text area, which this implements and can be tested in the demo page


🔄 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/2329 **Author:** [@joriverm](https://github.com/joriverm) **Created:** 10/29/2025 **Status:** ✅ Merged **Merged:** 10/29/2025 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `feature/textarea` --- ### 📝 Commits (1) - [`bb991bc`](https://github.com/radzenhq/radzen-blazor/commit/bb991bc579c37966db4c537c1918e36b4b2511c4) Add Support for Immediate changes in TextArea ### 📊 Changes **3 files changed** (+45 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenTextArea.razor` (+1 -1) 📝 `Radzen.Blazor/RadzenTextArea.razor.cs` (+34 -3) 📝 `RadzenBlazorDemos/Pages/TextAreaConfig.razor` (+10 -4) </details> ### 📄 Description after the implementation of immediate on the textfield was useful for us, as we implemented a textbox that processes input and checks for shortcuts (like '!uc008' replaces it with a big long text). however, we would like to do the same with the text area, which this implements and can be tested in the demo page --- <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:21 +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#3192