@syncfusion/ej2-dropdowns 25.2.4 → 25.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,26 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### DropDownTree
6
+
7
+ - `#I586376` - Trigger the "select" event instantly after the item selection in Dropdown Tree popup.
8
+
9
+ ### MultiSelect
10
+
11
+ #### Bug Fixes
12
+
13
+ - `#I188132` - Fixed an issue where the 'for' attribute was not being added to the label element of MultiSelect.
14
+
15
+ ### DropDownList
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I583651` - Fixed the issue with the header remaining fixed on the page after scrolling while using dropdown with grouping on a scrollable page.
20
+
21
+ - `#I583092` - Fixed an issue where the dropdownlist did not retrieve the proper index when dynamically updating the datasource with an index.
22
+
23
+ ## 25.2.4 (2024-05-14)
24
+
5
25
  ### MultiSelect
6
26
 
7
27
  #### Bug Fixes