Sometimes we create a form with many input controls that allow a container (like a div) to show a vertical scroll bar.
I define this form as FormGroup , and each input is a FormControl , which includes the md-error template.
Is it possible to scroll and focus a form control if its md error is triggered when a form is submitted?
angular angular-material2
Shift 'n tab
source share