Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: TextField shows both label and value when the credentials are stored in the browser's password manager. #697

Open
Prathamesh9997 opened this issue Sep 13, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Prathamesh9997
Copy link

Prathamesh9997 commented Sep 13, 2022

Describe the bug

When the credentials are stored inside the browser's password manager, the TextField fills automatically when the page is loaded. In this case, TextField shows both label and value.

To Reproduce

  1. Store your credentials inside browser's password manager.
  2. Use TextField for username and password with respective label. (I am using Form Component which internally uses TextFIeld)
  3. Open the login page of your website for which you have stored the credentials.

Expected behavior

TextField should only display value and not label when the credentials are stored.

Screenshots

image

Package versions

  • @medly-components/core : ^6.19.3
  • @medly-components/forms : ^2.1.75
  • @medly-components/layout : ^3.2.29
  • @medly-components/loaders : ^1.6.10
  • @medly-components/theme : ^5.2.0

Additional Context

Facing this issue only on chrome browser.

@Prathamesh9997 Prathamesh9997 added the bug Something isn't working label Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant