[PR #1283] [CLOSED] Removed code that breaks the logic of dynamic data loading #2647

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1283
Author: @RTSTALER
Created: 12/12/2023
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • d891b55 Update DataBoundFormComponent.cs
  • 9f4ac37 Merge pull request #1 from RTSTALER/RTSTALER-patch-1

📊 Changes

1 file changed (+0 additions, -2 deletions)

View changed files

📝 Radzen.Blazor/DataBoundFormComponent.cs (+0 -2)

📄 Description

Provided that the Data changes, the entire value field is cleared, ultimately this breaks the possibility of implementing auto completion with dynamic data loading using the MVVC pattern, where it is impossible to load data from the context inside the ViewModel using LoadData


🔄 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/1283 **Author:** [@RTSTALER](https://github.com/RTSTALER) **Created:** 12/12/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`d891b55`](https://github.com/radzenhq/radzen-blazor/commit/d891b55bd1792ad2072e903aa64d515e461e8027) Update DataBoundFormComponent.cs - [`9f4ac37`](https://github.com/radzenhq/radzen-blazor/commit/9f4ac37bf32787c260300d4e0cc398d60a7714b1) Merge pull request #1 from RTSTALER/RTSTALER-patch-1 ### 📊 Changes **1 file changed** (+0 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/DataBoundFormComponent.cs` (+0 -2) </details> ### 📄 Description Provided that the Data changes, the entire value field is cleared, ultimately this breaks the possibility of implementing auto completion with dynamic data loading using the MVVC pattern, where it is impossible to load data from the context inside the ViewModel using LoadData --- <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:19:48 +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#2647