@syncfusion/ej2-dropdowns
Advanced tools
Comparing version 16.3.21 to 16.3.23
@@ -5,2 +5,16 @@ # Changelog | ||
### MultiSelect | ||
#### Bug Fixes | ||
- MultiSelect values are cleared after performing add operation in Grid, that issue has been fixed. | ||
- Item disappears from popup list after pressing the backspace key, that issue has been fixed. | ||
### DropDownList | ||
#### Bug Fixes | ||
- DropDownList `ItemTemplate` with `addItem` method template issue has been resolved. | ||
## 16.3.17 (2018-09-12) | ||
@@ -7,0 +21,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 16.3.21 | ||
* version : 16.3.23 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"name": "@syncfusion/ej2-dropdowns", | ||
"version": "16.3.21", | ||
"version": "16.3.23", | ||
"description": "Essential JS 2 DropDown Components", | ||
@@ -12,5 +12,5 @@ "author": "Syncfusion Inc.", | ||
"@syncfusion/ej2-base": "~16.3.21", | ||
"@syncfusion/ej2-data": "~16.3.21", | ||
"@syncfusion/ej2-inputs": "~16.3.21", | ||
"@syncfusion/ej2-lists": "~16.3.21", | ||
"@syncfusion/ej2-data": "~16.3.22", | ||
"@syncfusion/ej2-inputs": "~16.3.22", | ||
"@syncfusion/ej2-lists": "~16.3.23", | ||
"@syncfusion/ej2-popups": "~16.3.21" | ||
@@ -17,0 +17,0 @@ }, |
@@ -322,3 +322,3 @@ /// <reference path="../drop-down-base/drop-down-base-model.d.ts" /> | ||
protected onFocus(): void; | ||
private resetValueHandler(); | ||
private resetValueHandler(e); | ||
protected wireEvent(): void; | ||
@@ -325,0 +325,0 @@ protected bindCommonEvent(): void; |
@@ -466,3 +466,3 @@ /// <reference path="../drop-down-base/drop-down-base-model.d.ts" /> | ||
private windowResize(); | ||
private resetValueHandler(); | ||
private resetValueHandler(e); | ||
protected wireEvent(): void; | ||
@@ -469,0 +469,0 @@ private onInput(); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4049691
34737