Skip to content

Commit

Permalink
Merge pull request #4119 from JoonsungUm/patch-1
Browse files Browse the repository at this point in the history
Fix typo in documentation
  • Loading branch information
djhi authored Dec 6, 2019
2 parents e4c2c93 + c8d16f5 commit efc26ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ All input components accept the following props:
* `label`: Used as input label. Defaults to the humanized `source` when omitted.
* `validate`: Validation rules for the current property. See the [Validation Documentation](./CreateEdit.md#validation) for details.
* `helperText`: Text to be displayed under the input.
* `fullWith`: If `true`, the input will expand to fill the form width. Defaults to `false`.
* `fullWidth`: If `true`, the input will expand to fill the form width. Defaults to `false`.

```jsx
<TextInput source="zb_title" label="Title" initialValue="Foo" />
Expand Down

0 comments on commit efc26ea

Please sign in to comment.