Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Support Autofill Extensions for Password Inputs #367

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TannerR1776
Copy link

This PR is being opened to resolve issue #322.

The issue was that the password inputs had broken CSS and form grouping which caused LastPass (for example) to overlap with the show/hide button.

I have refactored the password-input component to properly group inputs. Additionally, I have refactored the styling of this component to try and make it more self contained. With the addition of the displayStyle prop, the parent can now dictate a style preference without needing to know the implementation details required to properly style the child component.

Please let me know if there is any feedback on these changes. This update has been tested locally in my environment in Chrome and FireFox.

Here is what the refactored inputs look like now:

login-password
change-password

@neb-b
Copy link

neb-b commented Oct 21, 2021

Are there any plans to merge this? It would be really nice to have

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants