Commit b8c7eb4
committed
Fix silent validation DA issue with panel question
Docassemble has issues with certain show if'd fields being required.
For some reason, hiding one field behind a show-if from a server config, and
then hiding other fields behind that field caused validation issues for with
latter fields, which shows no user indication becasue those fields aren't
shown.
Fixed the issue by using the same server show if code on all of the fields.
A bit redandant, it does fix the issue in my testing.
Fix #481 parent 2854db4 commit b8c7eb4
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
134 | 136 | | |
135 | 137 | | |
136 | 138 | | |
| |||
139 | 141 | | |
140 | 142 | | |
141 | 143 | | |
| 144 | + | |
| 145 | + | |
142 | 146 | | |
143 | 147 | | |
144 | 148 | | |
| |||
0 commit comments