Skip to content

Commit da13f68

Browse files
committed
fix(cdk-experimental/radio-group): adding toolbar property to radio group
1 parent 647985f commit da13f68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cdk-experimental/radio-group/radio-group.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ export class CdkRadioGroup<V> {
131131
value: this._value,
132132
activeItem: signal(undefined),
133133
textDirection: this.textDirection,
134+
toolbar: signal(undefined),
134135
});
135136

136137
/** Whether the radio group has received focus yet. */

0 commit comments

Comments
 (0)