Unplanned
Last Updated: 28 Mar 2023 14:34 by Eli
Eli
Created on: 28 Mar 2023 14:34
Category: DropDownList
Type: Bug Report
1
DropDownList floating label overlaps with the text of the selected item

Bug report

Reproduction of the problem

Dojo example: https://dojo.telerik.com/uGitesaF

Current behavior

When the DropDownList has an initial value, the floating label overlaps with the text.

Expected/desired behavior

The label should be displayed above the DropDownList.

Workaround: refresh the floating label in the dataBound event handler of the component:

e.sender.label.floatingLabel.refresh()

Environment

  • Kendo UI version: 2023.1.314
  • jQuery version: x.y
  • Browser: [all]
0 comments