[PR #1559] [MERGED] Reposition issue with dropdown #2807

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1559
Author: @bert-algoet
Created: 6/11/2024
Status: Merged
Merged: 6/12/2024
Merged by: @enchev

Base: masterHead: dropdown-reposition-issue


📝 Commits (2)

  • ead151d When using multiselect dropdown with chips, stop dropdown van repositioning when there is enough room below the dropdown.
  • 8255c96 Merge branch 'radzenhq:master' into dropdown-reposition-issue

📊 Changes

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

View changed files

📝 Radzen.Blazor/wwwroot/Radzen.Blazor.js (+1 -1)

📄 Description

When using a multiselect dropdown with chips, the dropdown opens below the control and always repositions to the top of the control when selecting items, even if there is enough space below.
This fixes this and stops the dropdown from repositioning when there is enough room below the dropdown.

Repro:
RadzenDropDown TValue="SomeClass"
Multiple="true"
Chips="true"
Data="@SomeListFromClass">
/RadzenDropDown>


🔄 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/1559 **Author:** [@bert-algoet](https://github.com/bert-algoet) **Created:** 6/11/2024 **Status:** ✅ Merged **Merged:** 6/12/2024 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `dropdown-reposition-issue` --- ### 📝 Commits (2) - [`ead151d`](https://github.com/radzenhq/radzen-blazor/commit/ead151d6053b18de02a4694639948c62e5565b1c) When using multiselect dropdown with chips, stop dropdown van repositioning when there is enough room below the dropdown. - [`8255c96`](https://github.com/radzenhq/radzen-blazor/commit/8255c965823424076c846a3423a7a313dc25ce53) Merge branch 'radzenhq:master' into dropdown-reposition-issue ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/wwwroot/Radzen.Blazor.js` (+1 -1) </details> ### 📄 Description When using a multiselect dropdown with chips, the dropdown opens below the control and always repositions to the top of the control when selecting items, even if there is enough space below. This fixes this and stops the dropdown from repositioning when there is enough room below the dropdown. Repro: RadzenDropDown TValue="SomeClass" Multiple="true" Chips="true" Data="@SomeListFromClass"> /RadzenDropDown> --- <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:34 +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#2807