@almoamendev/ngx-md3 0.3.5 → 0.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1407,6 +1407,7 @@ class ButtonGroup {
1407
1407
  if (selectedItem?.isSelected()) {
1408
1408
  this.clearOtherSelections(selectedItem);
1409
1409
  }
1410
+ selectedItem?.isSelected.set(true);
1410
1411
  }
1411
1412
  buttonSize = input('small', { ...(ngDevMode ? { debugName: "buttonSize" } : /* istanbul ignore next */ {}), alias: 'button-size' });
1412
1413
  groupType = input('standard', { ...(ngDevMode ? { debugName: "groupType" } : /* istanbul ignore next */ {}), alias: 'group-type' });