@syncfusion/ej2-dropdowns 20.1.58 → 20.1.61

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,36 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### MultiSelect
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I373060` - Issue with "placeholder is not displayed properly while rendering the component with size HTML attribute" has been resolved.
10
+
11
+ ## 20.1.60 (2022-06-14)
12
+
13
+ ### ListBox
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I383114` - Issue with "Drop event argument not passes the selected item properly, while drag and drop the multiple item of listbox" has been resolved.
18
+
19
+ ### ListBox
20
+
21
+ #### Bug Fixes
22
+
23
+ - `I377077` - Issue with "we navigate the listbox using tab key, it focus blank top area of the listbox instead of the listbox first item" has been resolved.
24
+
25
+ ## 20.1.59 (2022-06-07)
26
+
27
+ ### DropDownList
28
+
29
+ #### Bug Fixes
30
+
31
+ - "Dropdown List template sample is not working in React 18" issue has been resolved.
32
+
33
+ ## 20.1.58 (2022-05-31)
34
+
5
35
  ### AutoComplete
6
36
 
7
37
  #### Bug Fixes