mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
PM-10047 update name input in item details (#10294)
This commit is contained in:
@@ -7,14 +7,16 @@
|
|||||||
<label class="tw-block tw-w-full tw-mb-1 tw-text-xs tw-text-muted tw-select-none">
|
<label class="tw-block tw-w-full tw-mb-1 tw-text-xs tw-text-muted tw-select-none">
|
||||||
{{ "itemName" | i18n }}
|
{{ "itemName" | i18n }}
|
||||||
</label>
|
</label>
|
||||||
<input
|
<bit-form-field>
|
||||||
readonly
|
<input
|
||||||
bitInput
|
readonly
|
||||||
type="text"
|
bitInput
|
||||||
[value]="cipher.name"
|
type="text"
|
||||||
aria-readonly="true"
|
[value]="cipher.name"
|
||||||
data-testid="item-name"
|
aria-readonly="true"
|
||||||
/>
|
data-testid="item-name"
|
||||||
|
/>
|
||||||
|
</bit-form-field>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul
|
<ul
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ import {
|
|||||||
SectionComponent,
|
SectionComponent,
|
||||||
SectionHeaderComponent,
|
SectionHeaderComponent,
|
||||||
TypographyModule,
|
TypographyModule,
|
||||||
|
FormFieldModule,
|
||||||
} from "@bitwarden/components";
|
} from "@bitwarden/components";
|
||||||
|
|
||||||
import { OrgIconDirective } from "../../components/org-icon.directive";
|
import { OrgIconDirective } from "../../components/org-icon.directive";
|
||||||
@@ -27,6 +28,7 @@ import { OrgIconDirective } from "../../components/org-icon.directive";
|
|||||||
SectionHeaderComponent,
|
SectionHeaderComponent,
|
||||||
TypographyModule,
|
TypographyModule,
|
||||||
OrgIconDirective,
|
OrgIconDirective,
|
||||||
|
FormFieldModule,
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
export class ItemDetailsV2Component {
|
export class ItemDetailsV2Component {
|
||||||
|
|||||||
Reference in New Issue
Block a user