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

Kendo UI Autocomplete Options are replacing the text box

1 Answer 145 Views
AutoComplete
This is a migrated thread and some comments may be shown as answers.
BLUE CROSS
Top achievements
Rank 1
BLUE CROSS asked on 27 Sep 2012, 10:14 PM
I am using an autocomplete control:

var data = ["Books", "Movies", "Music"];

$("#input").kendoAutoComplete({
    dataSource: data,
    placeholder: "Select Category..."
});

For some reason the list of options is replacing the text box instead of showing below the input box. See the attached screenshots.

Why is this happening?

1 Answer, 1 is accepted

Sort by
0
Pechka
Top achievements
Rank 1
answered on 02 Oct 2012, 03:30 PM
Hey,

It seems that this is happening only in your project right ? If you disable all of your styles does the problem exist? If it doesn't you could start removing them one by one until you find the reason.
Tags
AutoComplete
Asked by
BLUE CROSS
Top achievements
Rank 1
Answers by
Pechka
Top achievements
Rank 1
Share this question
or