Completed
Last Updated: 27 Sep 2023 11:22 by ADMIN
Matthew
Created on: 31 Jul 2023 16:26
Category: DropDownList
Type: Bug Report
8
The DropDownList does not change its popup height when items added/removed from its source

Bug report

The DropDownList does not change its popup height when items added/removed from its source.

This is a regression introduced with 2023.1.314 release.

Reproduction of the problem

  • Run the following Dojo: https://dojo.telerik.com/aCoHAZuK/4
  • Add new item to the list
  • Open the popup again - a vertical scroll will be present, while the popup should be resized to display all the three items

Expected/desired behavior

The popup height should change according to the new number of items.

Environment

  • Kendo UI version: 2023.1.425
  • Browser: [all]
1 comment
ADMIN
Patrick | Technical Support Engineer, Senior
Posted on: 31 Jul 2023 16:47

Hello Matthew,

Current potential workaround:

CSS

      .k-popup {
        height: auto !important;
      }

Please take a look at the following Progress Kendo UI Dojo which demonstrates the implementation above, and follow for potential updates regarding the bug report.

Regards,
Patrick | Technical Support Engineer, Senior
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources