[PR #551] [MERGED] Dropdown disable item and fixes #2236

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/551
Author: @GioeEng
Created: 7/29/2022
Status: Merged
Merged: 8/1/2022
Merged by: @enchev

Base: masterHead: master


📝 Commits (1)

  • ce12c9a feat: Dropdown disabled Items

📊 Changes

6 files changed (+131 additions, -39 deletions)

View changed files

📝 Radzen.Blazor/DropDownBase.cs (+16 -4)
📝 Radzen.Blazor/RadzenDropDown.razor.cs (+3 -0)
📝 Radzen.Blazor/RadzenDropDownItem.razor (+19 -5)
📝 Radzen.Blazor/themes/components/blazor/_dropdown.scss (+28 -22)
📝 Radzen.Blazor/wwwroot/Radzen.Blazor.js (+41 -8)
📝 RadzenBlazorDemos/Pages/DropDownPage.razor (+24 -0)

📄 Description

Proposal:
Ability to disable a dropdown item.

Fix:
After filtering in the dropdown, the keyboard selection (arrow down/up) does not position on the correct item.


🔄 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/551 **Author:** [@GioeEng](https://github.com/GioeEng) **Created:** 7/29/2022 **Status:** ✅ Merged **Merged:** 8/1/2022 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`ce12c9a`](https://github.com/radzenhq/radzen-blazor/commit/ce12c9aefd76c536470f1a86f9ad6a56bdf35443) feat: Dropdown disabled Items ### 📊 Changes **6 files changed** (+131 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/DropDownBase.cs` (+16 -4) 📝 `Radzen.Blazor/RadzenDropDown.razor.cs` (+3 -0) 📝 `Radzen.Blazor/RadzenDropDownItem.razor` (+19 -5) 📝 `Radzen.Blazor/themes/components/blazor/_dropdown.scss` (+28 -22) 📝 `Radzen.Blazor/wwwroot/Radzen.Blazor.js` (+41 -8) 📝 `RadzenBlazorDemos/Pages/DropDownPage.razor` (+24 -0) </details> ### 📄 Description Proposal: Ability to disable a dropdown item. Fix: After filtering in the dropdown, the keyboard selection (arrow down/up) does not position on the correct item. --- <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:17:53 +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#2236