johannesjo / ng-fab-form

Convenient forms for Angular with no extra markup? Fabulous!
https://johannesjo.github.io/ng-fab-form
MIT License
172 stars 25 forks source link

Execute function before focusing on first erroneous input #89

Closed juliancho1025 closed 8 years ago

juliancho1025 commented 8 years ago

it would be very useful to be able to execute some actions before focusing in the first error. Like showing a message to the user. Or adding a message for Screen Reader users (to be compatible with WCAG)

johannesjo commented 8 years ago

I don't know if this is helpful for you, but you can specify a custom scroll to function.

juliancho1025 commented 8 years ago

you are right, I didn't see that option