Widgets that can be disabled through data attribute use the "data-enabled" attribute. The Button and the ButtonGroup use "data-enable" attribute.
Dojo example.
The Button and the ButtonGroup do not use the "data-enabled" attribute.
To avoid introducing a breaking change, the Button and the ButtonGroup should be able to use both "data-enable" and "data-enabled" attributes.
In a ButtonGroup that is within a Toolbar, two buttons may appear as selected due to incorrect classes.
Regression introduced with 2022.1.119
Button 1 and Button 2 appear as selected.
Only Button 1 should be selected
The selectedIndices property of the ButtonGroup returns incorrect indices.
The issue is a regression introduced with v2023.1.117
Get Selected indices
button - no indices are returned.Get Selected indices
button again.Correct indices of selected buttons should be returned.
The text in the ButtonGroup items is not encoded properly.
The text in the items is nto properly encoded
The text should be as in the image below: