From c4c5a03e143f1d23007a32e5fa4bbf4531bbfa33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladimir=20=C5=A0terjoski?= Date: Wed, 11 Dec 2019 17:34:21 +0100 Subject: [PATCH] [docs] Change `readOnly` to `disabled` in text-fields.md example (#18792) --- 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"}}