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