- Issue in "template not rendering in a function type in the React DropDownButton component" has been resolved.
#I445638
- Issue in DropDownButton Popup Alignment issue while settingenableRtl
property as true has been resolved.
-
The DropDownButton component now includes a
Template support
embedding custom layouts, controls, or components, allowing for flexible integration of text, buttons, images, and icons to enhance user-friendliness. -
The DropDownButton component now includes a
PopupWidth
property, allowingusers
to define the width of thedropdown popup
. This feature offers greater design flexibility. -
The DropDownButton component now includes the
AnimationSettings
feature, which allowsusers
to customizesubmenu
animations by controlling the duration, easing, and effects. This enhancement improves visual dynamics, ensures smooth transitions, and provides a consistent interactive experience.### SplitButton
#I914299
- Split buttonspopup
not closed when we open with mouse click and select with key down action has been resolved.#I554000
- Console error is thrown when clicking the progress button has been resolved.
#I434642
- Issue in Script error thrown when we add items in before open event with enable createPopupOnClick property has been resolved.
#I388868
- Script error occurs while usingbeforeOpen
event in DropDownButton issue has been resolved
- ColorPicker is not closed while clicks again the DropDownButton issue has been resolved.
- Overflow issue in ColorPicker has been resolved.
createPopupOnClick
property scenario not handled properly inDropDownButton
has been resolved.
#I337016
- Input space not works in DropDownButton if the target is set as text input issue has been resolved.
- Issue with destroy has been fixed.
- Issue with setting content property in begin event has been resolved.
#299063
- Provided support to remove the items in split button using item id.
- Warning message has been resolved.
- Keyboard navigation not working in
bootstrap4
has been resolved.
- CSS validation issues has been resolved.
- #253123 - Provided
addItems
removeItems
methods and update items dynamically.
- #254048 - UI misalignment while changing the font-size issue fixed.
- Issue with 'progressComplete' method is fixed.
- Provided support for 'OnOpen' and 'OnClose' events in Blazor.
- Provided public method 'progressComplete' to complete the progress.
- Proper ARIA standards followed.
- Item text overflow issue fixed.
- Type changes done for the following property.
Property Name | Old Type | New Type |
---|---|---|
animationSettings |
AnimationSettings | AnimationSettingsModel |
spinSettings |
SpinSettings | SpinSettingsModel |
- Content update while progress issue resolved.
The progress button visualizes the progression of an operation to indicate the user that a process is happening in the background. The progress can be shown with graphics accompanied by a textual representation.
-
Types, Sizes, and Styles - Provided with different types, sizes and predefined styles of progress button.
-
Icons and Spinner - Supports icon, spinner and its positioning.
-
Animation - Provided with predefined animation and progress indicator.
-
Events - Supports event triggering at specified interval.
-
Accessibility - Provided with built-in accessibility support that helps to access all the ProgressButton component features through the keyboard, screen readers, or other assistive technology devices.
- Popup z-index calculation inside bootstrap model dialog issue fixed.
- Popup positioning under fixed parent issue fixed.
ButtonGroup is a graphical user interface that groups series of buttons horizontally or vertically.
-
Types, Sizes, and Styles - Provided with different types, sizes and predefined styles of button.
-
Selection - Supports single and multiple selection behaviors.
-
Orientation - Supports horizontal and vertical orientations.
-
Nesting - Supports nesting with drop-down and split button components.
-
Accessibility - Built-in accessibility features to access all the button group using the keyboard, screen readers, or other assistive technology devices.
- UI changes based on design guidelines
- Style compatibility issue fixed.
DropDownButton component is used to toggle contextual overlays for displaying list of action items.
-
Sizes - Provided with different sizes of DropDownButton.
-
Icons and Navigations - Supports text and icon on the DropDownButton and Popup items. URL can be given to Popup items that creates the anchor link to navigate to the URL provided.
-
Separator - Supports Popup items grouping by using the Separator.
-
Accessibility - Provided with built-in accessibility support that helps to access all the DropDownButton component features through the keyboard, screen readers, or other assistive technology devices.
SplitButton component has primary and secondary button. Primary button is used to select default action and secondary button is used to toggle contextual overlays for displaying list of action items.
-
Sizes - Provided with different sizes of SplitButton.
-
Icons and Navigations - Supports text and icon on the SplitButton and Popup items. URL can be given to Popup items that creates the anchor link to navigate to the URL provided.
-
Separator - Supports Popup items grouping by using the Separator.
-
Accessibility - Provided with built-in accessibility support that helps to access all the SplitButton component features through the keyboard, screen readers, or other assistive technology devices.