feat: autoscroll to first validation error
1 unresolved thread
1 unresolved thread
https://issues.unige.ch/browse/AOU-1217
Can be tested with aou portal aou/aou-portal!390 (merged)
Edited by Florent Poittevin
Merge request reports
Activity
assigned to @Homada.Boumedane
mentioned in merge request aou/aou-portal!390 (merged)
added 3 commits
-
9d1f1d2e...eeaeb8fb - 2 commits from branch
master
- 5ce93059 - feat: autoscroll to first validation error
-
9d1f1d2e...eeaeb8fb - 2 commits from branch
496 502 console.warn(`Unable to bind error for field name "${error.fieldName}". No FormControl exist in this form with this name.`); 497 503 return; 498 504 } 505 if (isNullOrUndefined(firstValidationErrorFc)) { changed this line in version 4 of the diff
Please register or sign in to reply