|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## 29.2.10 (2025年06月10日) |
| 6 | + |
| 7 | +### MultiSelect |
| 8 | + |
| 9 | +#### Bug Fixes |
| 10 | + |
| 11 | +- `#I731530` - Resolved an issue where the popup displayed skeletons upon reopening when using virtualization and checkbox mode. |
| 12 | + |
5 | 13 | ## 29.2.8 (2025年06月03日)
|
6 | 14 |
|
| 15 | +### DropDownTree |
| 16 | + |
| 17 | +#### Bug Fixes |
| 18 | + |
| 19 | +- `#I725718` - Issue with "Selected item disappears visually on continued search input after selection in Dropdown Tree" has been resolved. |
| 20 | + |
7 | 21 | ### MultiSelect
|
8 | 22 |
|
9 | 23 | #### Bug Fixes
|
|
462 | 476 |
|
463 | 477 | #### Bug Fixes
|
464 | 478 |
|
465 | | -- `#I343913` - Issue with "exception throws while preventing the request to the server in the `actionBegin` event" has been resolved. |
| 479 | +- `#I343913` - Issue with "exception throws while preventing the request to the server in the `actionBegin` event" has been resolved. |
466 | 480 |
|
467 | 481 | ## 19.3.53 (2021年11月12日)
|
468 | 482 |
|
|
496 | 510 |
|
497 | 511 | - `#F169190` - The issue with "The Dropdown tree is not focused while pressing single tab key" has been resolved.
|
498 | 512 |
|
499 | | -- `#I341135` - The issue with "The Dropdown Tree selected items are misaligned while adding the `e-outline` and `e-filled` CSS classes" has been resolved. |
| 513 | +- `#I341135` - The issue with "The Dropdown Tree selected items are misaligned while adding the `e-outline` and `e-filled` CSS classes" has been resolved. |
500 | 514 |
|
501 | 515 | ## 19.3.45 (2021年10月12日)
|
502 | 516 |
|
@@ -2045,7 +2059,7 @@ The ListBox is a graphical user interface component used to display a list of it
|
2045 | 2059 |
|
2046 | 2060 | - custom value support has been given in MultiSelect when the filtering is enabled instead of 'no records found' template.
|
2047 | 2061 |
|
2048 | | -- The issue, 'Input is rendered again on typing while resetting value from null with remote data and custom value as true.' has been fixed. |
| 2062 | +- The issue, 'Input is rendered again on typing while resetting value from null with remote data and custom value as true.' has been fixed. |
2049 | 2063 |
|
2050 | 2064 | - The issue, 'Enable persistence is not working properly when all the items in the list are selected.' has been fixed.
|
2051 | 2065 |
|
@@ -2315,7 +2329,7 @@ MultiSelect component contains a list of predefined values from which a multiple
|
2315 | 2329 |
|
2316 | 2330 | - **Custom Value** - Allows user to select a new custom value.
|
2317 | 2331 |
|
2318 | | -- **Accessibility** - Provided with built-in accessibility support which helps to access all the MultiSelect component features through the keyboard, screen readers, or other assistive technology devices. |
| 2332 | +- **Accessibility** - Provided with built-in accessibility support which helps to access all the MultiSelect component features through the keyboard, screen readers, or other assistive technology devices. |
2319 | 2333 |
|
2320 | 2334 | ### ComboBox
|
2321 | 2335 |
|
|
0 commit comments