This repository was archived by the owner on Jul 1, 2020. It is now read-only.
Commit feae09c
committed
fixed issue with mistyped validationErrorTo
If validationError has been mistyped, the code will not find requested
element.
It will then just append a new element as is standard functionality.
But it will never try to find the added element if it revalidates, and
add a new message for each validation. This should fix that problem1 parent b1446eb commit feae09c
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
214 | 218 | | |
215 | 219 | | |
216 | 220 | | |
| |||
0 commit comments