Skip to content

Commit

Permalink
Merge pull request #86 from kodiak-packages/72-formfield
Browse files Browse the repository at this point in the history
update error formfield in docs
  • Loading branch information
RobinWijnant authored Aug 2, 2020
2 parents da84baf + 0f9e25f commit 1d18b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FormField/FormField.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This component is used to wrap around one or multiple form elements. The label d

<Playground>
<FormField label='Last name' errorMessage='This field contains the following illegal characters: ;'>
<Input value='Doe;' />
<Input value='Doe;' isInvalid />
</FormField>
</Playground>

Expand Down

0 comments on commit 1d18b13

Please sign in to comment.