[PR #563] [MERGED] fix: RadzenDropDownItem behavior on older versions of the blazor.js f… #2238

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/563
Author: @GioeEng
Created: 8/4/2022
Status: Merged
Merged: 8/5/2022
Merged by: @enchev

Base: masterHead: master


📝 Commits (1)

  • 0210661 fix: RadzenDropDownItem behavior on older versions of the blazor.js framework

📊 Changes

1 file changed (+6 additions, -6 deletions)

View changed files

📝 Radzen.Blazor/RadzenDropDownItem.razor (+6 -6)

📄 Description

Unfortunately in older versions of NET CORE 6 the framework blazor.js does not include the passage in SignalIR of the field "type" (as in the figure appears comparing the version 6.0.1 and 6.0.7). The dropdown, if used with the old version, is no longer selectable with the mouse (type='click' is always false as type is always empty).

compare


🔄 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/563 **Author:** [@GioeEng](https://github.com/GioeEng) **Created:** 8/4/2022 **Status:** ✅ Merged **Merged:** 8/5/2022 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`0210661`](https://github.com/radzenhq/radzen-blazor/commit/0210661c13cc6bb8684ac7315789a4d5605f8244) fix: RadzenDropDownItem behavior on older versions of the blazor.js framework ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDropDownItem.razor` (+6 -6) </details> ### 📄 Description Unfortunately in older versions of NET CORE 6 the framework blazor.js does not include the passage in SignalIR of the field "type" (as in the figure appears comparing the version 6.0.1 and 6.0.7). The dropdown, if used with the old version, is no longer selectable with the mouse (type='click' is always false as type is always empty). ![compare](https://user-images.githubusercontent.com/87013463/182790258-925ead2e-b177-4ea6-8c9f-c973ab109992.png) --- <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: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#2238