@syncfusion/ej2-dropdowns
Advanced tools
Comparing version 16.4.52 to 16.4.53
@@ -5,2 +5,20 @@ # Changelog | ||
### DropDownList | ||
- ItemData parameter supports `object` collection in select and change event. | ||
- Filtering is not working when rendered control by using select element issue has been resolved. | ||
### MultiSelect | ||
#### Bug Fixes | ||
- Lengthy placeholder breaks UI issue has been resolved. | ||
- Values are not cleared in mobile devices issue has been resolved. | ||
- Values are not selected based on selected attribute in select element rendering issue has been resolved. | ||
## 16.4.52 (2019-02-05) | ||
### ComboBox | ||
@@ -7,0 +25,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 16.4.52 | ||
* version : 16.4.53 | ||
* Copyright Syncfusion Inc. 2001 - 2019. 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.4.52", | ||
"version": "16.4.53", | ||
"description": "Essential JS 2 DropDown Components", | ||
@@ -13,5 +13,5 @@ "author": "Syncfusion Inc.", | ||
"@syncfusion/ej2-data": "~16.4.52", | ||
"@syncfusion/ej2-inputs": "~16.4.52", | ||
"@syncfusion/ej2-inputs": "~16.4.53", | ||
"@syncfusion/ej2-lists": "~16.4.52", | ||
"@syncfusion/ej2-popups": "~16.4.52" | ||
"@syncfusion/ej2-popups": "~16.4.53" | ||
}, | ||
@@ -18,0 +18,0 @@ "devDependencies": { |
@@ -63,3 +63,5 @@ import { Component, KeyboardEvents, EmitType, L10n } from '@syncfusion/ej2-base'; | ||
*/ | ||
itemData: FieldSettingsModel; | ||
itemData: FieldSettingsModel | { | ||
[key: string]: string; | ||
}; | ||
/** | ||
@@ -66,0 +68,0 @@ * Specifies the original event arguments. |
@@ -21,3 +21,5 @@ /// <reference path="../drop-down-base/drop-down-base-model.d.ts" /> | ||
*/ | ||
previousItemData: FieldSettingsModel; | ||
previousItemData: FieldSettingsModel | { | ||
[key: string]: string; | ||
}; | ||
/** | ||
@@ -24,0 +26,0 @@ * Returns the root element of the component. |
@@ -280,2 +280,3 @@ import { createCheckBox } from '@syncfusion/ej2-buttons'; | ||
removeClass([document.body, this.parent.popupObj.element], popupFullScreen); | ||
this.parent.inputElement.focus(); | ||
}; | ||
@@ -282,0 +283,0 @@ CheckBoxSelection.prototype.clearText = function (e) { |
@@ -409,2 +409,3 @@ /// <reference path="../drop-down-base/drop-down-base-model.d.ts" /> | ||
private onBlur; | ||
private checkPlaceholderSize; | ||
private refreshInputHight; | ||
@@ -551,2 +552,3 @@ private validateValues; | ||
render(): void; | ||
private checkInitialValue; | ||
private checkAutoFocus; | ||
@@ -553,0 +555,0 @@ private setFloatLabelType; |
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
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
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
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
4500907
41780