Skip to content

Commit

Permalink
Update NumberControl README
Browse files Browse the repository at this point in the history
  • Loading branch information
stokesman committed Sep 10, 2021
1 parent da85f2a commit 2f8a553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/number-control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ Amount to increment by when the `SHIFT` key is held down. This shift value is a

### step

Amount to increment by when incrementing/decrementing.
Amount by which the `value` is changed when incrementing/decrementing. It is also a factor in validation as `value` must be a multiple of `step` (offset by `min`, if specified) to be valid. Accepts the special string value `any` that voids the validation constraint and causes stepping actions to increment/decrement by `1`.

- Type: `Number`
- Type: `number | "any"`
- Required: No
- Default: `1`

0 comments on commit 2f8a553

Please sign in to comment.