Skip to content

Commit

Permalink
delete disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
8845musign committed Jun 28, 2024
1 parent e6d5da7 commit 2a44901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/Input.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const Required: Story = {
};

export const Placeholder: Story = {
render: () => <Input placeholder="placeholder" disabled />,
render: () => <Input placeholder="placeholder" />,
};

export const CustomDataAttribute: Story = {
Expand Down

0 comments on commit 2a44901

Please sign in to comment.