@syncfusion/ej2-dropdowns 23.1.42 → 23.1.44

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