[PR #1748] [MERGED] added autocomplete parameters to RadzenDropDown. #2883

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1748
Author: @mcgovern-ellsworth
Created: 10/22/2024
Status: Merged
Merged: 10/22/2024
Merged by: @enchev

Base: masterHead: master


📝 Commits (2)

  • e57c99b added autocomplete parameters to RadzenDropDown.
  • dd5d995 removed the InputAutoCompleteType setting since that input control is hidden but the outer div.

📊 Changes

2 files changed (+10 additions, -3 deletions)

View changed files

📝 Radzen.Blazor/RadzenDropDown.razor (+3 -3)
📝 Radzen.Blazor/RadzenDropDown.razor.cs (+7 -0)

📄 Description

Autocomplete="off" was set in some circumstances of this control, but not all. Added configurability for both the typing input as well as the filter input.


🔄 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/1748 **Author:** [@mcgovern-ellsworth](https://github.com/mcgovern-ellsworth) **Created:** 10/22/2024 **Status:** ✅ Merged **Merged:** 10/22/2024 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`e57c99b`](https://github.com/radzenhq/radzen-blazor/commit/e57c99b0a58f1242ad4607fa28d8d79b9467ddea) added autocomplete parameters to RadzenDropDown. - [`dd5d995`](https://github.com/radzenhq/radzen-blazor/commit/dd5d99515f9f54faff4257456bb20eaa3ae355b0) removed the InputAutoCompleteType setting since that input control is hidden but the outer div. ### 📊 Changes **2 files changed** (+10 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDropDown.razor` (+3 -3) 📝 `Radzen.Blazor/RadzenDropDown.razor.cs` (+7 -0) </details> ### 📄 Description Autocomplete="off" was set in some circumstances of this control, but not all. Added configurability for both the typing input as well as the filter input. --- <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:20:54 +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#2883