Commit 57095e2
committed
Hide Prompt Fix
For situations where validationEngineContainer is used instead of the
form, hiding prompts was not working. I reviewed the "hide" source code
and it looked like the logic is faulty (using this instead of the form
variable).
Making that change fixes the issue.1 parent a836ce2 commit 57095e2
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
216 | | - | |
| 215 | + | |
| 216 | + | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
0 commit comments