telerik / kendo-ui-core

An HTML5, jQuery-based widget library for building modern web apps.
http://www.telerik.com/kendo-ui
Other
2.54k stars 1.91k forks source link

Filter contains not working #345

Closed rogerfar closed 10 years ago

rogerfar commented 10 years ago

See this example: http://demos.telerik.com/kendo-ui/combobox/angular

When searching in the country combobox for Bos it will suggest Bosnia & Herzegovina, but when searching for Herz it won't.

Filter is set to "contains" and not to "startswith".

The console throws this warning:

filter attribute resolved to undefined. Maybe you meant to use a string literal like: 'contains'?

petyosi commented 10 years ago

Hi,

this is a mistake in the demo itself - we will address it with our next release (and site upload).