@progress/kendo-angular-dropdowns
Advanced tools
Comparing version 0.26.3 to 0.26.4
@@ -590,3 +590,2 @@ /* tslint:disable:max-line-length */ | ||
var textCandidate; | ||
var filterState = this.filterable && !!this.filterText; | ||
if (!this.data.length) { | ||
@@ -617,3 +616,3 @@ if (isPresent(value)) { | ||
} | ||
else if (filterState) { | ||
else if (value !== undefined) { | ||
this.selectionService.resetSelection([]); | ||
@@ -620,0 +619,0 @@ this.selectionService.focused = 0; |
@@ -591,3 +591,2 @@ /* tslint:disable:max-line-length */ | ||
var textCandidate; | ||
var filterState = this.filterable && !!this.filterText; | ||
if (!this.data.length) { | ||
@@ -618,3 +617,3 @@ if (util_1.isPresent(value)) { | ||
} | ||
else if (filterState) { | ||
else if (value !== undefined) { | ||
this.selectionService.resetSelection([]); | ||
@@ -621,0 +620,0 @@ this.selectionService.focused = 0; |
{ | ||
"name": "@progress/kendo-angular-dropdowns", | ||
"description": "Dropdowns Package for Angular 2", | ||
"version": "0.26.3", | ||
"version": "0.26.4", | ||
"publishConfig": { | ||
@@ -6,0 +6,0 @@ "registry": "https://registry.npm.telerik.com" |
Sorry, the diff of this file is too big to display
848892