This is a migrated thread and some comments may be shown as answers.

HTML standard labeled control functionality not working for ComboBox widgets.

1 Answer 34 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Brian
Top achievements
Rank 1
Brian asked on 06 Feb 2015, 07:50 PM
I've noticed in working with KendoUI ComboBox widgets that the standard "labeled control" behavior within HTML breaks with these widgets.

So in the following (taken from combobox demo page), when clicking on the "Categories" label, the ComboBox widget does not automatically get focus.

<label for="categories">Categories:</label><input id="categories" style="width: 270px" />

Seems to work fine with other widgets, like the DatePicker.

Thank you.

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 10 Feb 2015, 11:58 AM
Hello Brian,

Some widgets has a more complex rendering, where the initial element is not visible any more after initialization. This is the case with the ComboBox widget. I would suggest you check this help topic, which explains the case and provides a feasible workaround.

Regards,
Georgi Krustev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
ComboBox
Asked by
Brian
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or