1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Let a single radio button option be disabled (#4419)

This commit is contained in:
Thomas Rittson
2023-01-11 07:35:52 +10:00
committed by GitHub
parent d08f93774b
commit 74140e99d9
3 changed files with 10 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
bitRadio
[id]="inputId"
[name]="name"
[disabled]="disabled"
[disabled]="groupDisabled || disabled"
[value]="value"
[checked]="selected"
(change)="onInputChange()"