[PR #2422] [MERGED] Fix filtering in RadzenAutoComplete if Data is simple list of strings #3256

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/2422
Author: @maxbruecken
Created: 1/16/2026
Status: Merged
Merged: 1/16/2026
Merged by: @enchev

Base: masterHead: bugfix/fix-filtering-in-auto-complete


📝 Commits (1)

  • a05e35f Fix filtering in RadzenAutoComplete if Data is simple list of strings

📊 Changes

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

View changed files

📝 Radzen.Blazor.Tests/AutoCompleteTests.cs (+29 -1)
📝 Radzen.Blazor/RadzenAutoComplete.razor.cs (+1 -1)

📄 Description

This PR should fix the filtering of data in RadzenAutoComplete if the data is a simple list of strings (issue #2421).


🔄 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/2422 **Author:** [@maxbruecken](https://github.com/maxbruecken) **Created:** 1/16/2026 **Status:** ✅ Merged **Merged:** 1/16/2026 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `bugfix/fix-filtering-in-auto-complete` --- ### 📝 Commits (1) - [`a05e35f`](https://github.com/radzenhq/radzen-blazor/commit/a05e35f8f2ae5b1972e0e50cfe068403472f6624) Fix filtering in RadzenAutoComplete if Data is simple list of strings ### 📊 Changes **2 files changed** (+30 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor.Tests/AutoCompleteTests.cs` (+29 -1) 📝 `Radzen.Blazor/RadzenAutoComplete.razor.cs` (+1 -1) </details> ### 📄 Description This PR should fix the filtering of data in RadzenAutoComplete if the data is a simple list of strings (issue #2421). --- <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:39 +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#3256