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

stop is not a function ?

3 Answers 618 Views
AutoComplete
This is a migrated thread and some comments may be shown as answers.
idekkers
Top achievements
Rank 1
idekkers asked on 20 Apr 2017, 07:16 AM

Hey

 

I'm trying to do the most simple example in my solution, but I can't seem to get it working.

 

I'm using this example: http://demos.telerik.com/kendo-ui/autocomplete/angular

 

but getting e.removeData(....).stop is not a function.

 

any ideas?

3 Answers, 1 is accepted

Sort by
0
idekkers
Top achievements
Rank 1
answered on 20 Apr 2017, 07:39 AM

just to add some data:

in the html I have <input kendo-auto-complete k-data-source="deviceId" />

and in the controller I have : $scope.deviceId = ["aa","ss","dd","ff"];

0
Ivan Danchev
Telerik team
answered on 20 Apr 2017, 08:01 AM
Hello,

Here's a dojo example that shows the AutoComplete bound to the data you posted and no exception is thrown. Could you modify it accordingly so that it demonstrates the issue and link it back for further review?

Regards,
Ivan Danchev
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
David
Top achievements
Rank 1
Iron
answered on 09 Jun 2022, 10:32 PM
Just ran into this same thing in 2022, had jquery-xxx.slim.min.js (copied from bootstrap site template), switched it to remove the .slim. and all was well.
Tags
AutoComplete
Asked by
idekkers
Top achievements
Rank 1
Answers by
idekkers
Top achievements
Rank 1
Ivan Danchev
Telerik team
David
Top achievements
Rank 1
Iron
Share this question
or