@syncfusion/ej2-vue-dropdowns 20.3.59 → 20.3.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### AutoComplete
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I420089` - The issue "API documentation broken on autocomplete Component" has been resolved.
|
|
10
|
+
|
|
11
|
+
## 20.3.59 (2022-11-29)
|
|
12
|
+
|
|
5
13
|
### ListBox
|
|
6
14
|
|
|
7
15
|
#### Bug Fixes
|
|
@@ -13,6 +21,7 @@
|
|
|
13
21
|
#### Bug Fixes
|
|
14
22
|
|
|
15
23
|
- `#I417583` - The issue "Selected value is not updated based on value when dynamically updating datasource" has been resolved.
|
|
24
|
+
- `#I420115` - The issue "`autofill` property is not working with `itemTemplate` in the ComboBox component" has been resolved.
|
|
16
25
|
|
|
17
26
|
## 20.3.58 (2022-11-22)
|
|
18
27
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-dropdowns.umd.min.js
|
|
3
|
-
* version : 20.3.
|
|
3
|
+
* version : 20.3.60
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|