Status
Release Available |
Status |
Framework Name |
---|---|---|
4.2 |
Current |
MUI only |
General
Based on the rendering condition, a portal administrator can disable fields or actors so that a user cannot interact with them. For example, disabling a checkbox until a value is selected in the previous field.
Name |
Type |
Default |
Description |
---|---|---|---|
disabled |
bool |
false |
If true, the component is disabled. NoteThe disable options are also available at the field level in the builder. A portal administrator can also configure disable options directly from the Appearance tab. |
Code JSON
"disable": true, "disableFields": { "FirstName": false, "LastName": false }