Skip to content

(fix) group edit form ui, passwords page form element scrollIntoView

Nishanth Mane requested to merge ngmane/passit-frontend:forms-ui-bugs into master
  • The group edit form is hidden and the group is still in manage state if a user navigates to other pages via nav links and returns back to groups page

(fix) passwords form scrollIntoView

  • If a password row is in edit mode and a user navigates to other page and return back, the scrollIntoView doesnt work as the ngChanges gets triggered even before the element is rendered

Merge request reports