Skip to content
Snippets Groups Projects

feat: autoscroll to first validation error

Merged Florent Poittevin requested to merge fpo/1217_autoscroll_to_first_validation_error into master
1 unresolved thread
Edited by Florent Poittevin

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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)) {
  • added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading