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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user