@syncfusion/ej2-dropdowns 23.1.42 → 23.1.43

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,18 +2,33 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### ComboBox
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I509217` - Resolved the issue where an empty space was created after clearing the values from the comboBox.
10
+
5
11
  ### Mention
6
12
 
7
13
  #### Bug Fixes
8
14
 
9
- - `#I506552` - Resolved issue with "Full popup is not visible when we open it at the edge of the screen".
15
+ - `#F182215` - Fixed "In Android, unable to remove a selected value from Mention using backspace key and also keyboard hides".
10
16
 
11
17
  ### DropDownTree
12
18
 
13
19
  #### Bug Fixes
14
20
 
21
+ - `#I508339` - The persistence issue during page navigation has been resolved.
15
22
  - `#I498924` - Issue with the locale property in the Dropdown Tree component has been resolved.
16
23
 
24
+ ## 23.1.42 (2023-10-24)
25
+
26
+ ### Mention
27
+
28
+ #### Bug Fixes
29
+
30
+ - `#I506552` - Resolved issue with "Full popup is not visible when we open it at the edge of the screen".
31
+
17
32
  ## 23.1.41 (2023-10-17)
18
33
 
19
34
  ### MultiSelect
@@ -27,7 +42,6 @@
27
42
  #### Bug Fixes
28
43
 
29
44
  - `#I498409` - Fixed an issue where the preselected `value` was getting cleared when updating the data source.
30
-
31
45
  - `#I500431` - Fixed issue where the preselected `value` through `index` property was not updated when updating the data source.
32
46
 
33
47
  ### DropDownTree