Bug - [LoginForm] - `autoComplete` is not exposed and cannot be defined in the LoginForm.

Open Beginner friendly
#12,600 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
68/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Quiet
Tech stack
react, typescript

Research direction

Start by examining the LoginForm source and the name and password TextInput usage. Expose autoComplete or inputProps for those inputs, then verify that callers can provide values such as current-password and new-password.

Written by the indexing model from the issue text.

Description

Describe the problem
Unable to define autoComplete on the LoginForm, as this value isn't exposed.

How do you reproduce the problem?
Examine the LoginForm source and confirm

Expected behavior
LoginForm should expose autoComplete (or inputProps) on its name and password TextInput. This would allow values such as autocomplete="current-password" or autocomplete="new-password" to be provided.

Is this issue blocking you?
No.

Screenshots
N/A

What is your environment?
N/A

What is your product and what release date are you targeting?

Any other information?


Jira Issue: PF-4510

Dominant language
TypeScript
Stars
862
Forks
392
Avg merge
4d 8h
Merged PRs (30d)
9

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from patternfly/patternfly-react

All issues in patternfly/patternfly-react

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.