mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-10213] Libraries: Radio buttons for Public, Private, and Moderated lack a grouped label (#11590)
This commit is contained in:
@@ -57,11 +57,14 @@
|
||||
}
|
||||
</mat-form-field>
|
||||
|
||||
<span id="visibility-label" class="adf-library-dialog-visibility-label">{{ 'LIBRARY.DIALOG.FORM.VISIBILITY' | translate }}</span>
|
||||
|
||||
<mat-radio-group
|
||||
class="adf-library-dialog-radio-group"
|
||||
[ngModelOptions]="{ standalone: true }"
|
||||
[(ngModel)]="visibilityOption"
|
||||
(change)="visibilityChangeHandler($event)"
|
||||
aria-labelledby="visibility-label"
|
||||
>
|
||||
@for (option of visibilityOptions; track option.value) {
|
||||
<mat-radio-button
|
||||
|
||||
Reference in New Issue
Block a user