You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Store your credentials inside browser's password manager.
Use TextField for username and password with respective label. (I am using Form Component which internally uses TextFIeld)
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
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.
The text was updated successfully, but these errors were encountered:
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
Expected behavior
TextField should only display value and not label when the credentials are stored.
Screenshots
Package versions
Additional Context
Facing this issue only on chrome browser.
The text was updated successfully, but these errors were encountered: