|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## 29.1.40 (2025年04月29日) |
| 6 | + |
| 7 | +### Mention |
| 8 | + |
| 9 | +#### Bug Fixes |
| 10 | + |
| 11 | +- `#I715091` – Fixed an issue in the Mention component within the Rich Text Editor when the `suffixText` property was set to an empty string. |
| 12 | + |
| 13 | +### DropdownList |
| 14 | + |
| 15 | +#### Bug Fixes |
| 16 | + |
| 17 | +- `#I707077` - Fixed an issue where Group Headers in the Dropdown List would remain fixed while scrolling in the scrollable area. |
| 18 | + |
| 19 | +### MultiSelect |
| 20 | + |
| 21 | +#### Bug Fixes |
| 22 | + |
| 23 | +- `#I708109` - Fixed an issue that caused an exception when scrolling within the multiselect dropdown containing a grouped data source. |
| 24 | + |
| 25 | +### ComboBox |
| 26 | + |
| 27 | +#### Bug Fixes |
| 28 | + |
| 29 | +- `#I712292` - Fixed an issue where the ComboBox component would throw a console error when filtering data with complex structures while the `allowFiltering` option is set to true. |
| 30 | + |
| 31 | +## 29.1.38 (2025年04月15日) |
| 32 | + |
| 33 | +### MultiSelect |
| 34 | + |
| 35 | +#### Bug Fixes |
| 36 | + |
| 37 | +- `#I696017` - Fixed an issue where the value was not displaying correctly when `allowObjectBinding` was enabled and a custom value was set. |
| 38 | + |
| 39 | +- `#697152` - Fixed the issue where the "Select All" checkbox was not selected in the multi-dropdown when the virtualization property was configured. |
| 40 | + |
| 41 | +- `#I700421` - Fixed the issue where the value was incorrectly converted to text after pressing the Escape key. |
| 42 | + |
| 43 | +- `#701736` - Fixed the issue where the selected value was not appearing at the top of the list and was being removed unexpectedly. |
| 44 | + |
5 | 45 | ## 29.1.37 (2025年04月08日)
|
6 | 46 |
|
7 | 47 | ### ListBox
|
|
0 commit comments