1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 05:53:42 +00:00

test disabled binding on input

This commit is contained in:
William Martin
2025-01-27 10:10:32 -05:00
parent e2629eeaa6
commit 7d89ba220e

View File

@@ -258,6 +258,10 @@ export const Disabled: Story = {
<bit-label>Label</bit-label>
<input bitInput placeholder="Placeholder" disabled />
</bit-form-field>
<bit-form-field>
<bit-label>Label</bit-label>
<input bitInput placeholder="Placeholder" [disabled]="true" />
</bit-form-field>
`,
}),
args: {},