@progress/kendo-angular-dropdowns
Advanced tools
Comparing version 0.26.8 to 0.26.9
@@ -141,3 +141,3 @@ import { guid, isDocumentAvailable, isPresent, isArray, isObjectArray, resolveAllValues, selectedIndices, getter } from './util'; | ||
set: function (text) { | ||
this._placeholder = text; | ||
this._placeholder = text || ''; | ||
}, | ||
@@ -144,0 +144,0 @@ enumerable: true, |
@@ -143,3 +143,3 @@ "use strict"; | ||
set: function (text) { | ||
this._placeholder = text; | ||
this._placeholder = text || ''; | ||
}, | ||
@@ -146,0 +146,0 @@ enumerable: true, |
{ | ||
"name": "@progress/kendo-angular-dropdowns", | ||
"description": "Dropdowns Package for Angular 2", | ||
"version": "0.26.8", | ||
"version": "0.26.9", | ||
"publishConfig": { | ||
@@ -6,0 +6,0 @@ "registry": "https://registry.npm.telerik.com" |
Sorry, the diff of this file is too big to display
855805