Search results

Syncfusion JavaScript UI Controls (Essential JS 2) - Release Notes

v20.3.47
October 11, 2022

Common

Checkbox

BUG FIXES
  • #I399484 - The issue with aria-checked accessibility issue in angular checkbox has been fixed.

ContextMenu

BUG FIXES
  • #I408315 - Script error thrown in insertBefore method While items not available in menu items has been fixed.

Floating Action Button Preview

The Floating Action Button (FAB) component performs the primary action that appears in front of all screen contents. It can be positioned in relation to a page or a target container.

  • Rendering - The FAB component can be rendered as Icon only, Icon with Label, Label only, or in a disabled state.
  • Positioning - Supports to place various built-in positions on the target element.
  • Styles - The appearance of the FAB can be customized using predefined styles.
  • Accessibility - The FAB provides built-in compliance with the WAI-ARIA specifications and it is achieved through attributes.
BUG FIXES
  • #I397894 - The issue with “using tab index as 0​ on the container of Sidebar component” has been resolved.

Speed Dial Preview

The Speed Dial component is an extension of the floating action button that displays a list of action buttons when clicked. It is useful when there is more than one primary action for the page.

  • Rendering - The Speed Dial component can be rendered in two display modes: Linear and Radial.
  • Positioning - Supports to place various built-in positions on the target element.
  • Styles - The appearance of the Speed Dial can be customized using predefined styles.
  • Template Support - The Speed Dial component action items and popup container can also be rendered with custom templates.
  • Modal Support - Supports showing a modal overlay behind the Speed Dial.
  • Accessibility - The Speed Dial provides built-in compliance with the WAI-ARIA specifications and it is achieved through attributes.

Switch

BUG FIXES
  • #I382543 - The issue with “Checkbox value not update properly while using edit template of grid” has been resolved.