Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarification of readOnly option support #215

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They should support it, can you submit an issue?

`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.
Expand Down
Loading