uoa-compsci399-s1-2024 / capstone-project-2024-s1-team-15

Team Bit by Bit - Team 15
https://www.aapc-nz.org
4 stars 0 forks source link

Frontend: `auto-complete` field for form inputs #235

Open arnard76 opened 3 months ago

arnard76 commented 3 months ago

Bug/Improvement

Image

DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq)


<input class=​"form-input bg-gray-100 max-w-lg" type=​"password" placeholder=​"Enter your password..." name=​"password">​```
arnard76 commented 3 months ago

I guess this could apply to every form?

including the ~contact~, login, register, change password, forgot password?

HuzzNZ commented 3 months ago

Looks like this only really affects auth forms as indicated by the external link

Would be nice if this was fixed but that depends on available time, my password autocomplete on firefox works fine w/ current form elements