Skip to content

Commit

Permalink
Update FormField README
Browse files Browse the repository at this point in the history
  • Loading branch information
glambert committed Oct 25, 2019
1 parent 73be6ab commit 585f4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flame/src/FormField/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const MyComponent = () => (
<Label htmlFor="myinput" description="Some description">
My Label
</Label>
{/* Input still needs a status prop */}
{/* Input also needs the status prop to match FormHelper */}
<Input id="myinput" placeholder="My input placeholder" status="error" />
<FormHelper status="error">This is an error message</FormHelper>
</React.Fragment>
Expand Down

0 comments on commit 585f4a5

Please sign in to comment.