mirror of
https://github.com/bitwarden/browser
synced 2026-02-25 17:13:24 +00:00
initial migration run
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
type="radio"
|
||||
bitRadio
|
||||
[id]="inputId"
|
||||
[disabled]="groupDisabled || disabled"
|
||||
[value]="value"
|
||||
[disabled]="groupDisabled || disabled()"
|
||||
[value]="value()"
|
||||
[checked]="selected"
|
||||
(change)="onInputChange()"
|
||||
(blur)="onBlur()"
|
||||
|
||||
Reference in New Issue
Block a user