Unplanned
Last Updated: 22 Apr 2026 10:50 by Santiago
Santiago
Created on: 22 Apr 2026 10:50
Category: ComboBox
Type: Bug Report
3
Wrong ComboBox dropdown position when filtering

(Also applies to AutoComplete, DropDownList, MultiSelect, MultiColumnComboBox).

When using Height="auto" in the popup settings and filtering with a dropdown above the component, the dropdown detaches from the main component.

<ComboBoxPopupSettings Height="auto"></ComboBoxPopupSettings>

https://blazorrepl.telerik.com/cKkSQGFO50ovCpr829

A possible workaround is to use a MaxHeight that is less than half the browser viewport.

<ComboBoxPopupSettings Height="auto" MaxHeight="45vh"></ComboBoxPopupSettings>

0 comments