@syncfusion/ej2-dropdowns 21.2.5 → 21.2.8

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
@@ -6,8 +6,42 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I462373` - Issue with "Double quotes value not submitted while using the listbox component within the form." has been resolved.
10
+
11
+ ### AutoComplete
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I460876` - Issue with "The header and footer template are not working" has been resolved.
16
+
17
+ ## 21.2.6 (2023-05-23)
18
+
19
+ ### MultiSelect
20
+
21
+ #### Bug Fixes
22
+
23
+ - `#I451885` - Resolved the performance issue when multiselect component is rendered with large number of data.
24
+
25
+ ## 21.2.5 (2023-05-16)
26
+
27
+ ### ListBox
28
+
29
+ #### Bug Fixes
30
+
9
31
  - `#I461307` - Issue with "No Records Template not renders properly when we set the default string in listbox" has been resolved.
10
32
 
33
+ ### DropDownList
34
+
35
+ #### Bug Fixes
36
+
37
+ - `I460077` - Issue with "The popup is not closing properly when the focus is moved between two dropdowns" has been resolved.
38
+
39
+ ### ComboBox
40
+
41
+ #### Bug Fixes
42
+
43
+ - `#I452948` - "The memory leak issue detected in the combobox component within the detach element tab of the Edge browser" has been resolved.
44
+
11
45
  ## 21.2.4 (2023-05-09)
12
46
 
13
47
  ### ListBox