1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

[SM-410] Fix boolean custom fields not working (#4386)

* Fix boolean custom fields not working
This commit is contained in:
Oscar Hinton
2023-01-05 16:50:19 +01:00
committed by GitHub
parent d3c780e079
commit 049940d04b
4 changed files with 8 additions and 8 deletions

View File

@@ -79,8 +79,8 @@
[(ngModel)]="f.value"
*ngIf="f.type === fieldType.Boolean"
appTrueFalseValue
[trueValue]="true"
[falseValue]="false"
trueValue="true"
falseValue="false"
attr.aria-describedby="fieldName{{ i }}"
[readonly]="!cipher.edit && editMode"
/>