@progress/kendo-angular-dropdowns
Advanced tools
Comparing version 0.14.3 to 0.14.4
@@ -466,4 +466,7 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap | ||
ComboBoxComponent.prototype.handleEnter = function () { | ||
var focused = this.selectionService.selected[0]; | ||
var isCustom = focused === undefined; | ||
var focused = this.selectionService.focused; | ||
var isCustom = focused === -1; | ||
if (!isCustom) { | ||
this.selectionService.select(focused); | ||
} | ||
this.change(this.data[focused] || this.searchbar.text, isCustom); | ||
@@ -534,2 +537,3 @@ }; | ||
this.value = this.valuePrimitive ? primitiveValue : newValue; | ||
this.text = this.valuePrimitive ? primitiveValue : kendo_dropdowns_common_1.DropDownsUtil.getter(newValue, this.textField); | ||
} | ||
@@ -536,0 +540,0 @@ this._previousValue = this.value; |
{ | ||
"name": "@progress/kendo-angular-dropdowns", | ||
"description": "Dropdowns Package for Angular 2", | ||
"version": "0.14.3", | ||
"version": "0.14.4", | ||
"publishConfig": { | ||
@@ -6,0 +6,0 @@ "registry": "https://registry.npm.telerik.com" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
674593
6044