Skip to content

Commit

Permalink
fix(text-field): add min on number story
Browse files Browse the repository at this point in the history
  • Loading branch information
maximedasilva committed Apr 28, 2023
1 parent 45c8011 commit 5adbd93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react/lib/TextField/index.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ export const typeNumber = () => (
label="Age"
placeholder="Age"
type="number"
min={1}
value={14}
onChange={action('change')}
/>
);

Expand Down

0 comments on commit 5adbd93

Please sign in to comment.