[PR #2123] [MERGED] Add TextTemplate parameter to RadzenFormField Blazor component #3087

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/2123
Author: @bikotoru
Created: 4/23/2025
Status: Merged
Merged: 4/24/2025
Merged by: @akorchev

Base: masterHead: master


📝 Commits (2)

  • 3a3a8f1 Update RadzenFormField.razor
  • a178c3e Update RadzenFormField.razor.cs

📊 Changes

2 files changed (+8 additions, -2 deletions)

View changed files

📝 Radzen.Blazor/RadzenFormField.razor (+1 -1)
📝 Radzen.Blazor/RadzenFormField.razor.cs (+7 -1)

📄 Description

A change was made to not use MarkupString but to be able to send a RenderFragment and in this way you can have the same functionality as using MarkupString
image

image

In case it is not an allowed solution, please let me know if I can receive feedback so I can go down the right path.


🔄 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/2123 **Author:** [@bikotoru](https://github.com/bikotoru) **Created:** 4/23/2025 **Status:** ✅ Merged **Merged:** 4/24/2025 **Merged by:** [@akorchev](https://github.com/akorchev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`3a3a8f1`](https://github.com/radzenhq/radzen-blazor/commit/3a3a8f136fc2430a3455696fead159134627d29d) Update RadzenFormField.razor - [`a178c3e`](https://github.com/radzenhq/radzen-blazor/commit/a178c3eba3cd2d044321ad40a2b8055c1bd26fc2) Update RadzenFormField.razor.cs ### 📊 Changes **2 files changed** (+8 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenFormField.razor` (+1 -1) 📝 `Radzen.Blazor/RadzenFormField.razor.cs` (+7 -1) </details> ### 📄 Description A change was made to not use MarkupString but to be able to send a RenderFragment and in this way you can have the same functionality as using MarkupString ![image](https://github.com/user-attachments/assets/7f889e3e-c59b-4047-9c97-e071ed296ff4) ![image](https://github.com/user-attachments/assets/9e90a7ee-27cc-4ea0-a509-6349ef7efee0) In case it is not an allowed solution, please let me know if I can receive feedback so I can go down the right path. --- <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:52 +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#3087