|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
5 | | -## 30.2.7 (2025年08月26日) |
6 | | - |
7 | | -### MultiSelect |
8 | | - |
9 | | -#### Bug fixes |
10 | | - |
11 | | -- `#I748629` - Resolved an issue where selecting an empty option resulted in the incorrect value. |
12 | | - |
13 | | -## 30.2.5 (2025年08月13日) |
14 | | - |
15 | | -### DropDownTree |
16 | | - |
17 | | -#### Bug fixes |
18 | | - |
19 | | -- `#I754645` - Fixed an issue where checkbox selections were cleared after filtering when both showCheckBox and allowFiltering properties were enabled. |
20 | | - |
21 | | -### MultiSelect |
22 | | - |
23 | | -#### Bug fixes |
24 | | - |
25 | | -- `#I748341` - Fixed an issue where data was not loading properly and the popup closed automatically after selecting `Select All` and scrolling the list. |
26 | | - |
27 | | -## 30.2.4 (2025年08月07日) |
28 | | - |
29 | | -### ListBox |
30 | | - |
31 | | -#### Bug Fixes |
32 | | - |
33 | | -- `#I749286` - Fixed an issue where the numeric keypad `0` was not triggering the listbox filtering. |
34 | | - |
35 | | -### MultiSelect |
36 | | - |
37 | | -#### Bug fixes |
38 | | - |
39 | | -- `#I732425` - Fixed an issue where the `actionComplete` event was being triggered twice when the `allowCustomValue` property was enabled. |
40 | | - |
41 | | -- `#I732169` - Fixed an issue where focus was not applied to the custom value when the Sort Order property was enabled. |
42 | | - |
43 | | -#### Bug Fixes |
44 | | - |
45 | | -- `#I745180` - Fixed an issue where the MultiSelect component did not scroll to the top after programmatically clearing its value when virtualization was enabled. |
46 | | - |
47 | | -### DropdownList |
48 | | - |
49 | | -#### Bug Fixes |
50 | | - |
51 | | -- `#I747869` - Fixed an issue where the selected value would be removed when the Escape key was pressed while the popup was open. |
52 | | - |
53 | | -## 30.1.42 (2025年07月29日) |
54 | | - |
55 | | -### ComboBox |
56 | | - |
57 | | -#### Bug Fixes |
58 | | - |
59 | | -- `#I729862` - Fixed an issue where enabling virtualization caused the scrollbar to unexpectedly jump back to the top when scrolling to the bottom of the list. |
60 | | - |
61 | | -## 30.1.40 (2025年07月15日) |
62 | | - |
63 | | -### DropDownTree |
64 | | - |
65 | | -#### Bug fixes |
66 | | - |
67 | | -- `#I744501` - Dropdown Tree opening issue in the Firefox browser has been Resolved. |
68 | | - |
69 | | -### MultiSelect |
70 | | - |
71 | | -#### Bug fixes |
72 | | - |
73 | | -- `#I714583` - Fixed an issue where the value was not updating dynamically when using `groupTemplate`. |
74 | | - |
75 | | -### ListBox |
76 | | - |
77 | | -#### Bug Fixes |
78 | | - |
79 | | -- `#I729413` - Fixed an issue where the toolbar settings buttons are enabled when no item is selected if the refresh method is called. |
80 | | - |
81 | | -## 30.1.39 (2025年07月08日) |
82 | | - |
83 | | -### DropDownTree |
84 | | - |
85 | | -#### Bug Fixes |
86 | | - |
87 | | -- `#I734293` - Fixed Dropdown Tree popup misalignment issue at 100% display scale on windows. |
88 | | - |
89 | | -- `#I737384` - Fixed the alignment issue in the input content of the Dropdown Tree Component in both the material3 and bootstrap5 themes. |
90 | | - |
91 | | -### ComboBox |
92 | | - |
93 | | -#### Bug Fixes |
94 | | - |
95 | | -- `#I734116` - Fixed an issue where the Item Template with a Combo Box caused virtualization rendering problems in the dropdown. |
96 | | - |
97 | 5 | ## 28.2.9 (2025年03月04日)
|
98 | 6 |
|
99 | 7 | ### ComboBox
|
@@ -2314,21 +2222,7 @@ DropDownList component contains a list of predefined values from which a single
|
2314 | 2222 |
|
2315 | 2223 | - **Templates** - Allows customizing the list items, selected value, header, footer, category group header, and no records content.
|
2316 | 2224 |
|
2317 | | -- **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.## 29.1.41 (2025年05月06日) |
2318 | | - |
2319 | | -### MultiSelect |
2320 | | - |
2321 | | -#### Bug Fixes |
2322 | | - |
2323 | | -- `#I728371` - Fixed an issue where the value was not being cleared correctly when removed dynamically via a button click. |
2324 | | - |
2325 | | -### ComboBox |
2326 | | - |
2327 | | -#### Bug Fixes |
2328 | | - |
2329 | | -- `#I707526` - Fixed an issue where the selected value was displayed twice within the popup when using virtualization. |
2330 | | - |
2331 | | -## 29.1.33 (2025年03月25日) |
| 2225 | +- **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.## 29.1.33 (2025年03月25日) |
2332 | 2226 |
|
2333 | 2227 | ### Mention
|
2334 | 2228 |
|
|
0 commit comments