#768133 - Resolved a bug in the processFraction method that mishandled scientific notation which works fine for “5e-11” and improper for Decimal Cases like “5.7e-11”.
AI AssistView
Bug Fixes
#I762089 - Now the issue with maxFileSize validation when locale is configured for the file status text has been resolved.
Block Editor
Bug Fixes
#I756987 - Now the issue with the Block Editor vulnerable code due to the usage of Math.random() has been resolved.
#I775231 - Now the issue with popup overlap when using multiple Block Editor placed inside grid layout has been resolved.
Chart
Bug Fixes
#I757693 - Extra space will no longer be added to the axis label during dynamic updates.
#I777050 - Grid lines are now rendered for empty charts.
Feature
#I776271 - Support for accessibility labels has been added to the chart SVG.
DatePicker
Bug Fixes
#I761820 - Fixed an issue where the DatePicker became disabled or unresponsive when the min property changed from null to a date value.
DateRangePicker
Bug Fixes
#I753728 - Fixed an issue where the date range picker with the preset range popup would open behind the drawer.
#I771080 - Fixed an issue where the float label text overlapped with the icon in the DateRangePicker when long text was entered.
DocumentEditor
Bug Fixes
#I761423 - AutoFocus behaviour updated when enableAutoFocus is set to false.
#I772600 - Resolved performance issue when inserting text with a large number of DOM elements.
#I774527 - Toggling paragraph marks now correctly maintains bookmark visibility.
#I773462 - Fixed a null reference exception that occurred on the server when downloading a document containing a chart.
#I772069 - Resolved endless selection issue when applying a toolbar tool to a text selection.
#I771551 - Font-family now updates correctly for list text, addressing incorrect cursor positioning related to paragraph before spacing.
#I763642 - Fixed layout issues caused by split paragraphs across pages.
DropdownList
Bug Fixes
#I771070 - Fixed an issue where the Clear button was not in a disabled state when the e-static-clear class was used with the enabled property set to False.
#I771080 - Fixed an issue where the float label text was overlapping with the icon of the dropdown list component when long text was used.
GanttChart
Bug fixes
#I771301 - Resolved a console error that occurred during the update of duration field for CRUD and row drag drop actions.
#I778336 - The issue with inconsistent behaviour for editing parent tasks between cell edit and dialog edit modes has been resolved.
Grid
Bug Fixes
#FB70538 - Resolved an issue where the custom filter for a date column did not function correctly with the AND operator in column filtering.
#I775824 - Fixed a script error that occurred when adding a record with both virtualization and a foreign key column enabled.
Mention
Bug Fixes
#I776199 - Fixed an issue with the Mention Component where pressing the backspace key on the last mention chip would incorrectly display a popup, delete multiple mentions, and hinder the creation of a new line when the enter key was pressed.
MultiSelect
Bug Fixes
#I773364 - Fixed an issue where extra spaces were added in the popup during filtering in the Multiselect.
NumericTextBox
Bug Fixes
#I771080 - Fixed an issue where the float label text was overlapping with the icon of the numeric textbox component when long text was used.
PDF Viewer
Bug Fixes
#I776985 - Resolved an issue where script error occurred when findTextAsync was performed with the provided text in the document.
Pivot Table
Bug Fixes
#I773098 - The date filtering is now functioning correctly when filtering identical date members in the pivot table.
RichTextEditor
Bug Fixes
#I776604 - Now, unnecessary toolbar items are properly disabled when a custom toolbar item is added while focusing inside a code block.