[AAE-40028] Added group/section validation skipping to cloud forms for workspace (#11466)

This commit is contained in:
Alex Molodyh
2025-12-16 20:02:07 -08:00
committed by GitHub
parent 8c1118984d
commit fe39b3c1bd
15 changed files with 287 additions and 2 deletions
@@ -44,6 +44,7 @@ Save and Complete buttons get disabled when at least one of the form's inputs ar
| showValidationIcon | `boolean` | true | Toggle rendering of the `Validation` icon. |
| taskId | `string` | | Task id to fetch corresponding form and values. |
| displayModeConfigurations | `FormCloudDisplayModeConfiguration[]` | | The available display configurations for the form |
| enableParentVisibilityCheck | `boolean` | false | Toggle to enable parent visibility check for validation. When enabled, fields inside hidden groups/sections will skip validation. |
### Events