Skip to content

Commit

Permalink
fix: schema is not an html attribute (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored and epicfaace committed Mar 25, 2019
1 parent b096c99 commit 9104a71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/form-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -694,8 +694,7 @@ The `Form` component supports the following html attributes:
action="/users/list"
autocomplete="off"
enctype="multipart/form-data"
acceptcharset="ISO-8859-1"
schema={} />
acceptcharset="ISO-8859-1" />
```

### Disabling a form
Expand Down

0 comments on commit 9104a71

Please sign in to comment.