For an application which is close to be developed completely, requirement is to make focus management.
- The popup opened should focus on the first HTML element
- On successful login, the focus should point to navigation links.
- On every route or page load, the focus could be defined in a generic way if possible.
Any ideas people for getting the above three requirements done for the application.
For 1st one, i can do manually the auto-focus attribute for the form or html element to keep focus on it or any other generic way for achieving it? Also, about the other two points?
Thanks in advance