π Description
Bug Description
Console shows warning: "An element doesn't have an autocomplete attribute" affecting 1 form field.
Steps to Reproduce
- Run
npm run dev
- Open http://localhost:5173
- Press F12 β Console tab
- See autocomplete warning
Screenshot
Expected Behavior
All form fields should have appropriate autocomplete attributes to help browsers autofill correctly.
Suggested Fix
Add autocomplete attributes to form fields:
autocomplete="email" for email fields
autocomplete="off" for search/token fields
autocomplete="name" for name fields
GSSoC 2026
I am a GSSoC 2026 contributor and would like to work on this issue.
What browsers are you seeing the problem on?
No response
π Relevant Screenshots (Links)
No response
π Description
Bug Description
Console shows warning: "An element doesn't have an autocomplete attribute" affecting 1 form field.
Steps to Reproduce
npm run devScreenshot
Expected Behavior
All form fields should have appropriate
autocompleteattributes to help browsers autofill correctly.Suggested Fix
Add
autocompleteattributes to form fields:autocomplete="email"for email fieldsautocomplete="off"for search/token fieldsautocomplete="name"for name fieldsGSSoC 2026
I am a GSSoC 2026 contributor and would like to work on this issue.
What browsers are you seeing the problem on?
No response
π Relevant Screenshots (Links)
No response