@syncfusion/ej2-dropdowns 22.1.36 → 22.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,16 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### DropdownList
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I472623` - Resolved an issue when the window is resizing the popup position is misaligned
10
+
11
+ - `#I467885` - Resolved an issue where the change event was not triggered for dynamically created TextBox after dropdown component was destroyed.
12
+
13
+ ## 22.1.36 (2023-06-28)
14
+
5
15
  ### ListBox
6
16
 
7
17
  #### Bug Fixes