@syncfusion/ej2-dropdowns 25.1.35 → 25.1.37

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,18 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### MultiSelect
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I560783` - Fixed issue where clearing the searched value would automatically select another value.
10
+
11
+ - `#I524283` - Fixed issue where popup was not aligned properly when opening on top of the component.
12
+
13
+ - `#I565659` - Fixed an issue in Multiselect Checkbox mode where the height of the dropdown input would change when selecting and unselecting items.
14
+
15
+ ## 25.1.35 (2024-03-15)
16
+
5
17
  ### ComboBox
6
18
 
7
19
  #### Bug Fixes