angularjs - How to trigger a function after typed a single letter in kendo combobox? -


i trying use angular ken-do_combo box auto-complete..

how trigger event while typed single letter in angular-ken combobox.

but cant event while typing letter in combobox

hey don't know if still looking try putting scope variable on combobox:

<input kendo-combo-box="kendocombo"/> <script>    angular.controller("kendoctlr", ["$scope", function($scope){      console.log($scope.kendocombo.text());     }    ]   ); </script> 

Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -