@syncfusion/ej2-dropdowns 22.2.5 → 22.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
@@ -2,6 +2,26 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### ComboBox
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#483288` - Fixed a script error that occurred when opening the combobox popup in the Internet Explorer browser.
10
+
11
+ ### DropDown List
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I474541` - Fixed an issue where the position of the popup was incorrect when enabling RTL mode.
16
+
17
+ ### ListBox
18
+
19
+ #### Bug Fixes
20
+
21
+ - `#I485947` - Issue with "Script error thrown While Drag and Drop in dual ListBox with filtering option in blazor" has been resolved.
22
+
23
+ ## 22.2.5 (2023-07-27)
24
+
5
25
  ### Dropdown Tree
6
26
 
7
27
  #### Bug Fixes