Skip to content

Conversation

@Coderxrohan
Copy link
Contributor

Summary

  • Forwards the autoComplete prop to underlying native input elements
  • Resolves browser DOM warnings related to missing autocomplete attributes
  • Improves accessibility without introducing defaults or breaking changes

Affected Components

  • InputText
  • InputMask
  • Password
  • InputTextarea

Fixes #8151 [DOM Warning] Input elements rendered by PrimeReact lack autocomplete attributes (e.g., "username", "tel")

@Coderxrohan
Copy link
Contributor Author

Fixes #8151 by forwarding the autoComplete prop to native inputs across input-based components.

@Coderxrohan
Copy link
Contributor Author

The branch is rebased onto the latest upstream/master and contains only this fix.

@melloware melloware merged commit 01d2fdf into primefaces:master Jan 2, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOM Warning] Input elements rendered by PrimeReact lack autocomplete attributes (e.g., "username", "tel")

2 participants