Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Oct 28, 2018
1 parent b75e4cc commit b740b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Input/Input.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ An input can use different states (as per palette) such as `danger`, `success` a

The previous examples are examples of uncontrolled usage. To control the value yourself, use a combination of `onChange` and `value`.

Note: Do not use `initialValue` with controlled inputs!
Note: Do not use `defaultValue` with controlled inputs!

<Playground>
<Component initialState={{ value: 'Fannypacks rock!' }}>
Expand Down

0 comments on commit b740b01

Please sign in to comment.