Skip to content

Commit

Permalink
docs(Input): change value
Browse files Browse the repository at this point in the history
  • Loading branch information
bramvanhoutte committed Nov 2, 2020
1 parent d42eb46 commit 2798eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Input/Input.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ A Input can be used to let the user insert text using key strokes. A crucial for
### Disabled input

<Playground>
<Input name="username" value="fff" isDisabled />
<Input name="username" value="Can't type here" isDisabled />
</Playground>

### Listening for changes
Expand Down

0 comments on commit 2798eac

Please sign in to comment.