#FB63852
- Provided drag-and-drop functionality to rearrange chips and move them between containers. To enable drag and drop, setallowDragAndDrop
to true.
#I692936
- The issue with "Script error thrown while destroying the button due to extra space in cssClass property" has been resolved.
#I688698
- Provided the tab index attribute support to the checkbox element.
#I933399
- The issue with "Checked state not update properly while changing the switch component programmatically using click event of input element" has been resolved.
#I664001
- The issue with "Form reset functionality does not work properly for the switch component when it is in a disabled state" has been resolved.
- The Switch component now includes a
beforeChange
event, which enables users to intercept and manage state changes before they occur. This feature supports custom logic, such as validation or cancellation, thereby offering greater flexibility.
#FB16787
- Provided template support to render HTML elements as chip item content.
#F857466
- The issue with "Need to set the label tag for attribute if user changes the checkbox input id in checkbox component" has been resolved.
#F95768
- The issue with "Parent element click eventprevented
while clicking on switch component in angular." has been resolved.
#F95768
- The issue with "Checkbox not getting checked while usingusestate
in react" has been resolved.
#F60464
- The issue with "checkbox state input element checked state was not update properly " has been resolved.
#I909049
- The issue with "Need to set the aria-label attribute for the checkbox input element and not to the wrapper element" has been resolved.
- The issue with "Background color issue for disabled unselect radio button in bootstrap5 theme" has been resolved.
- The
refreshPosition
method has been marked as deprecated and will no longer be used. It will be removed in future versions. Previously, this method was used to re-position the FAB when its target was resized. Now, this functionality is handled responsively through CSS at the source level, eliminating the need for manual refreshes.
#I382543
- The issue with "Checkbox value not update properly while using edit template of grid" has been resolved.
#I399484
- The issue with aria-checked accessibility issue in angular checkbox has been fixed.
#F40707
- Value change event triggered twice in Radio Button component has been fixed.
#I512179
- The issue with "Duplicate Icon Span while using theonPropertyChange
of button" has been resolved.
-
#I422263
- Provided the htmlAttributes support for the Chip component. -
#I422263
- Provided the htmlAttributes support for the Chip component.## 19.2.47 (2021-07-13)
- Issue with checkbox icon on Mac OS has been resolved.
- Issue with
selectedChips
property is not maintained after deletion of Chip items has been resolved.
- Issue with destroy has been fixed.
- Issue with click event has been fixed.
- Issue with destroy has been fixed.
#293361
- The issue with "The Chip is not selected while setting the string values" has been resolved.
- Warning message has been resolved.
- Issue with destroy method has been fixed.
#278394
- Issue with delete event has been fixed.
#152050
- Support for adding images to a chip using thetrailingIconUrl
andleadingIconUrl
property has been included.
- Radio button not working properly when clicked inside splitter control has been resolved.
- CSS validation issues has been resolved.
#256381
- Now, thebeforeClick
event triggers while clicking the chips.#256381
- Now, theselectedChips
property maintains the value field that is provided to the chip.
- Disabled button not working properly has been resolved.
#256994
- The issue with aria-selected value maintenance in a single selection has been fixed.
#250583
- Now, the selected chips values are maintained after selecting and deselecting the chips.
- Adding common cssClass for wrapper.
#239111
- Issue with getting selected chip usinggetSelectedChips
method in Edge browser has been fixed.
- Property selection enum type name changed from "selection" to "Selection".
- Provided method to focusIn and click.
- Provided
getSelectedValue
method to find the value of selected radio button in a group.
The Chip control contains a small block of essential information that triggers an event on click action. It also contains the primary text, image, or both, and is mostly used in mails, contacts, or filter tags.
Input chip
- Basic chip with delete icon that represents a person or entity and enables removal of chips from the chip list collection.Choice chip
- Used to select a choice from the available options.Filter chip
- Used to select multiple choices from the available options.Action chip
- Used to trigger actions for primary content.
- Flat button text is not visible in bootstrap theme issue is fixed.
The Chip control contains a small block of essential information that triggers an event on click action. It also contains the primary text, image, or both, and is mostly used in mails, contacts, or filter tags.
Input chip
- Basic chip with delete icon that represents a person or entity and enables removal of chips from the chip list collection.Choice chip
- Used to select a choice from the available options.Filter chip
- Used to select multiple choices from the available options.Action chip
- Used to trigger actions for primary content.
- Add multiple classes dynamically to
cssClass
property issue fixed.
- Provided renderer support.
- Default color changed for the flat button.
- Wrapped text of a RadioButton label overlaps with next RadioButton label issue fixed.
Switch is a graphical user interface element that allows you to toggle between checked and unchecked states.
- Text - Supports text.
- Sizes - Provided with different sizes of Switch.
- Style compatibility issue fixed.
Pascal casing changes in Button Component.
Enum Name | Old Property Value | New Property Value |
---|---|---|
IconPosition |
left | Left |
IconPosition |
right | Right |
Pascal casing changes in CheckBox Component.
Enum Name | Old Property Value | New Property Value |
---|---|---|
LabelPosition |
after | After |
LabelPosition |
before | Before |
Pascal casing changes in RadioButton Component.
Enum Name | Old Property Value | New Property Value |
---|---|---|
RadioLabelPosition |
after | After |
RadioLabelPosition |
before | Before |
- Label text responsive issue fixed.
- Wrapped text overlaps frame icon issue fixed.
- Theme compatibility issue resolved for CSS components.
- Added typing file for ES5 global scripts (dist/global/index.d.ts).
- Modified the module bundle file name for ES6 bundling.
- RadioButton not working properly with ngModel issue fixed.
- Custom material theme issue fixed.
- Upgraded TypeScript version to 2.6.2
Button is a graphical user interface element that triggers an event on its click action.
-
Types - Provided with different types of Button.
-
Predefined Styles - Provided with predefined styles of Button.
-
Sizes - Provided with different sizes of Button.
-
Icons - Supports text and icon on the Button.
CheckBox is a graphical user interface element that allows to select one or more options from the choices.
-
States - Provided with different states of CheckBox.
-
Label - Supports label and its positioning.
-
Sizes - Provided with different sizes of CheckBox.
RadioButton is a graphical user interface element that allows to select one option from the choices.
-
States - Provided with different states of RadioButton.
-
Label - Supports label and its positioning.
-
Sizes - Provided with different sizes of RadioButton.