1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00

display existing custom field usage in select option

This commit is contained in:
Matt Gibson
2025-03-20 16:27:38 -07:00
parent c5b6dd1bcd
commit 39deac5191

View File

@@ -26,9 +26,8 @@
<bit-option
*ngFor="let field of existingFields$ | async"
[value]="field"
[label]="field.name"
[label]="field.name + ' (' + FieldType[field.type] + ', ' + field.count + ')'"
>
{{ field.name }}:{{ field.type }}({{ field.count }})
</bit-option>
</bit-select>
</bit-form-field>