Skip to content

πŸ› Bug Report: [Accessibility] Form fields missing autocomplete attributesΒ #400

@ARUSHIGULBHILE

Description

@ARUSHIGULBHILE

πŸ“œ Description

Bug Description

Console shows warning: "An element doesn't have an autocomplete attribute" affecting 1 form field.

Steps to Reproduce

  1. Run npm run dev
  2. Open http://localhost:5173
  3. Press F12 β†’ Console tab
  4. See autocomplete warning

Screenshot

Image

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

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions