diff --git a/src/kendo.multiselect.js b/src/kendo.multiselect.js index a8d9061bb31..e7577273534 100644 --- a/src/kendo.multiselect.js +++ b/src/kendo.multiselect.js @@ -425,6 +425,8 @@ var __meta__ = { // jshint ignore:line }, _tagListClick: function(e) { + e.preventDefault(); + e.stopPropagation(); var target = $(e.currentTarget); if (!target.children(".k-i-arrow-60-down").length) { diff --git a/typescript/kendo.all.d.ts b/typescript/kendo.all.d.ts index b0ebc4e88d4..b61d7fc4e15 100644 --- a/typescript/kendo.all.d.ts +++ b/typescript/kendo.all.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Kendo UI Professional v2019.3.917 +// Type definitions for Kendo UI Professional v2019.3.1023 // Project: http://www.telerik.com/kendo-ui // Definitions by: Telerik // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped