From 749fdc0026cb32ec757d63ffb691f2641cfb2875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szab=C3=B3=20Gerg=C5=91?= Date: Thu, 10 Oct 2024 09:43:35 +0200 Subject: [PATCH] Clarification of readOnly option support --- backend/forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/forms.md b/backend/forms.md index 80f9fafe..905b8275 100644 --- a/backend/forms.md +++ b/backend/forms.md @@ -249,7 +249,7 @@ Option | Description `defaultFrom` | takes the default value from the value of another field. `tab` | assigns the field to a tab. `cssClass` | assigns a CSS class to the field container. -`readOnly` | prevents the field from being modified. Options: `true`, `false`. +`readOnly` | prevents the field from being modified. The Dropdown, Radio and Switch fields, furthermore Rich editor widget do not support it. Options: `true`, `false`. `disabled` | prevents the field from being modified and excludes it from the saved data. Options: `true`, `false`. `hidden` | hides the field from the view and excludes it from the saved data. Options: `true`, `false`. `stretch` | specifies if this field stretches to fit the parent height.