X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-forms%2Fselect%2Fselect-custom-value.component.html;h=69fdedc106f3e23b68b4a50297e82484bac68fae;hb=8d8a037e3fe9b1d2ccbc4169ce59b13000b59cb0;hp=9dc8c2ec20663a18f1ed70ed3b2a6808c7b89804;hpb=badacdbb4a3e4a1aae4d324abc496be8e261b2ef;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-forms/select/select-custom-value.component.html b/client/src/app/shared/shared-forms/select/select-custom-value.component.html index 9dc8c2ec2..69fdedc10 100644 --- a/client/src/app/shared/shared-forms/select/select-custom-value.component.html +++ b/client/src/app/shared/shared-forms/select/select-custom-value.component.html @@ -5,6 +5,7 @@ [searchable]="searchable" [groupBy]="groupBy" [labelForId]="labelForId" + [disabled]="disabled" [(ngModel)]="selectedId" (ngModelChange)="onModelChange()"