Skip to content

Commit

Permalink
[docs] Change readOnly to disabled in text-fields.md example (#18792
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sterjoski authored and oliviertassinari committed Dec 11, 2019
1 parent 355d661 commit c4c5a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/components/text-fields/text-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ but Material-UI will continue to support it.

## Form props

Standard form attributes are supported e.g. `required`, `readOnly`, `type`, etc. as well as a `helperText` which is used to give context about a field’s input, such as how the input will be used.
Standard form attributes are supported e.g. `required`, `disabled`, `type`, etc. as well as a `helperText` which is used to give context about a field’s input, such as how the input will be used.

{{"demo": "pages/components/text-fields/FormPropsTextFields.js"}}

Expand Down

0 comments on commit c4c5a03

Please sign in to comment.