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

Visual bug for search feature in AutoComplete

2 Answers 60 Views
AutoComplete
This is a migrated thread and some comments may be shown as answers.
Sergey
Top achievements
Rank 1
Sergey asked on 28 Sep 2016, 09:30 AM

Hi,

I've just updated my kendo to the latest Q3 version, and it's awesome. The only problem I'm having is that Autocomplete filtering feature is a little broken on Nova theme. See the screen. I can see this bug on my own website as well as your demo pages. http://demos.telerik.com/kendo-ui/dropdownlist/serverfiltering

Hope it will be fixed soon :)

2 Answers, 1 is accepted

Sort by
0
Eduardo Serra
Telerik team
answered on 28 Sep 2016, 05:23 PM
Hello Sergey,

Thank you for bringing this to our attention, we appreciate it. I was able to reproduce the issue in a Kendo UI Dojo sample based on the example you provided and will now create a bug report so our developers can take a look at it and fix it.

Thanks again.

Regards,
Eduardo Serra
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
0
Eduardo Serra
Telerik team
answered on 29 Sep 2016, 01:48 PM
Hello Sergey,

I wanted to let you know that the bug was successfully submitted and you can track its progress in GitHub.

The issue is caused by the width of the input element so I can suggest, as a temporary workaround, to set the width to 100%:

.k-list-filter>.k-textbox{
   width:100% !important;
}

Thanks again for reporting the bug to us.

I hope this helps!

Regards,
Eduardo Serra
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
AutoComplete
Asked by
Sergey
Top achievements
Rank 1
Answers by
Eduardo Serra
Telerik team
Share this question
or