From a419828f7753dfa344b0089bd0c5df230546f5fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladimir=20=C5=A0terjoski?= Date: Wed, 11 Dec 2019 17:18:35 +0100 Subject: [PATCH] Update text-fields.md The examples use `disabled` instead of `readOnly`. --- docs/src/pages/components/text-fields/text-fields.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/components/text-fields/text-fields.md b/docs/src/pages/components/text-fields/text-fields.md index 77ede6cb452a6a..ed483056d6c133 100644 --- a/docs/src/pages/components/text-fields/text-fields.md +++ b/docs/src/pages/components/text-fields/text-fields.md @@ -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"}}