@syncfusion/ej2-dropdowns 23.2.4 → 23.2.5

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,20 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### MultiSelect
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I518299` - Fixed console error that occurred when adding an item using the addItem method.
10
+
11
+ ### Mention
12
+
13
+ #### Bug Fixes
14
+
15
+ - `#I519427` - Fixed a popup positioning issue that occurred when filtering.
16
+
17
+ ## 23.2.4 (2023-11-20)
18
+
5
19
  ### ListBox
6
20
 
7
21
  #### Bug Fixes