Commit 60aa6a6
authored
fix(orchestrator-form-react): scope async validation to active step (#2602)
* fix(orchestrator-form-react): scope async validation to active step
Limit validate:url requests to the active step during multi-step navigation.
Made-with: Cursor
* fix(orchestrator-form-react): keep full formData for async validation
Pass full formData to template evaluation while scoping uiSchema traversal.
Made-with: Cursor1 parent 8e0bb08 commit 60aa6a6
2 files changed
Lines changed: 17 additions & 1 deletion
File tree
- workspaces/orchestrator
- .changeset
- plugins/orchestrator-form-react/src/components
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
workspaces/orchestrator/plugins/orchestrator-form-react/src/components/OrchestratorFormWrapper.tsx
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
88 | 96 | | |
89 | 97 | | |
90 | 98 | | |
91 | 99 | | |
92 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
93 | 104 | | |
94 | 105 | | |
95 | 106 | | |
| |||
0 commit comments