Skip to content

Commit

Permalink
test disabled binding on input
Browse files Browse the repository at this point in the history
  • Loading branch information
willmartian committed Jan 27, 2025
1 parent e2629ee commit 7d89ba2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/components/src/form-field/form-field.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {},
Expand Down

0 comments on commit 7d89ba2

Please sign in to comment.