[PR #1920] [MERGED] Expose Visible and IFormFieldContext on IRadzenFormComponent #2970

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1920
Author: @pianomanjh
Created: 1/23/2025
Status: Merged
Merged: 1/23/2025
Merged by: @enchev

Base: masterHead: feature/iradzenformcomponent-visible


📝 Commits (1)

  • 6980308 Expose Visible and IFormFieldContext on IRadzenFormComponent

📊 Changes

3 files changed (+14 additions, -0 deletions)

View changed files

📝 Radzen.Blazor.Tests/NumericRangeValidatorTests.cs (+2 -0)
📝 Radzen.Blazor/Common.cs (+10 -0)
📝 Radzen.Blazor/RadzenDatePicker.razor.cs (+2 -0)

📄 Description

Similar to PR #1903 this exposes a couple more common form field properties for adjusting the visibility, and raising/notifying attached RadzenFormField's when cross-cutting components need to lookup/adjust well-defined behavior in input controls.


🔄 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/1920 **Author:** [@pianomanjh](https://github.com/pianomanjh) **Created:** 1/23/2025 **Status:** ✅ Merged **Merged:** 1/23/2025 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `feature/iradzenformcomponent-visible` --- ### 📝 Commits (1) - [`6980308`](https://github.com/radzenhq/radzen-blazor/commit/69803080728676f63d165d375552b880bc0bbf20) Expose Visible and IFormFieldContext on IRadzenFormComponent ### 📊 Changes **3 files changed** (+14 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor.Tests/NumericRangeValidatorTests.cs` (+2 -0) 📝 `Radzen.Blazor/Common.cs` (+10 -0) 📝 `Radzen.Blazor/RadzenDatePicker.razor.cs` (+2 -0) </details> ### 📄 Description Similar to PR #1903 this exposes a couple more common form field properties for adjusting the visibility, and raising/notifying attached RadzenFormField's when cross-cutting components need to lookup/adjust well-defined behavior in input controls. --- <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:20 +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#2970