#FB73405 - The Legend templates now render correctly over the pagination when the chart is displayed within the Dashboard Layout.
Chart
Bug Fixes
#I825450 - In the chart, the lengthy label legends were correctly wrapped to prevent overlapping during pagination.
#I825478 - Now, the tooltip is correctly positioned along with the cursor in the chart.
#I825276 - The scrollbar functions correctly when used with lazy loading on the DateTime axis.
Data Form
Bug Fixes
#I822688 - Fixed an issue where Blazor DataForm failed to bind and display pre-assigned DateTimeOffset values, incorrectly showing DateTimeOffset.MinValue instead of the initialized data.
Dialog
Bug Fixes
#I821687 - Fixed an issue where the OnClick event of a button in a nested Blazor Dialog was triggered twice when activated using the Enter key.
DropDown List
Bug Fixes
#I822885 - Fixed an accessibility issue where the aria-label attribute was incorrectly applied to a span element instead of the underlying input.
#I822443 - Resolved an issue where the DropDownList input height doubled when inline styles were applied via the HtmlAttributes property.
#I822176 - Fixed an issue where the Dropdown List displays empty items after clearing non-existent search when data source has fewer than 10 values.
#I825645 - Fixed an issue where the Blazor DropDownList did not display the configured placeholder after its value was reset to null.
Image Editor
Bug Fixes
#I815928 - Resolved an issue where the Finetune menu was not functioning in the MAUI ImageEditor on iOS.
MultiSelect
Bug Fixes
#I823677 - Fixed an issue where the MultiSelect popup retained previously filtered data when reopened while virtualization and filtering were enabled.
Rich Text Editor
Bug Fixes
#F73147 - Now, the Rich Text Editor works properly when initialized with a single blank space in Markdown mode, preventing broken HTML and errors.
#F73146 - Now, the Rich Text Editor works properly when selecting all content in the editor and pressing the Backspace key, and the ValueChange event provides the updated (empty) value in Markdown mode.
#I826905 - Now, the Rich Text Editor works properly when pasted content exceeding the maxlength value is truncated, and multiple formatting styles are applied correctly to the truncated content.