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>
|
</mat-form-field>
|
||||||
|
|
||||||
|
<span id="visibility-label" class="adf-library-dialog-visibility-label">{{ 'LIBRARY.DIALOG.FORM.VISIBILITY' | translate }}</span>
|
||||||
|
|
||||||
<mat-radio-group
|
<mat-radio-group
|
||||||
class="adf-library-dialog-radio-group"
|
class="adf-library-dialog-radio-group"
|
||||||
[ngModelOptions]="{ standalone: true }"
|
[ngModelOptions]="{ standalone: true }"
|
||||||
[(ngModel)]="visibilityOption"
|
[(ngModel)]="visibilityOption"
|
||||||
(change)="visibilityChangeHandler($event)"
|
(change)="visibilityChangeHandler($event)"
|
||||||
|
aria-labelledby="visibility-label"
|
||||||
>
|
>
|
||||||
@for (option of visibilityOptions; track option.value) {
|
@for (option of visibilityOptions; track option.value) {
|
||||||
<mat-radio-button
|
<mat-radio-button
|
||||||
|
|||||||
Reference in New Issue
Block a user