Skip to content

Commit

Permalink
chore: updated text field storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-contreras committed Mar 27, 2024
1 parent a5ec1f0 commit b9ea7b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/components/TextField/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default {
control: { type: 'range', min: 5, step: 1 },
},
validateOnChange: { control: { type: 'boolean' } },
validateOnDOMChange: { control: { type: 'boolean' } },
},
} as Meta<TextFieldProps>;

Expand Down

0 comments on commit b9ea7b0

Please sign in to comment.