Password label moves inside the input field
See original GitHub issueType of issue: (check with “[x]”)
- [ ] New feature request
- [x] Bug
- [ ] Support request
Current behaviour: Password label moves into the input field after logout
Expected behaviour: Password label stays in the correct location.
Steps to reproduce the issue:
- Go to Alfresco (Platform or Share) and create any valid user.
- In a browser that has Save Password functionality embedded (e.g. Chrome) go and enter: http://<hostname>:<port>/login
- Enter the username and password and press SIGN IN button.
- Logout from the application and open again http://<hostname>:<port>/login page
Component name and version: ng2-alfresco-login.
Browser and version: Chrome
Node version (for build issues):
New feature request:
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Form Label Appears Inside Input After Text is Entered
Give the div relative position and to the label an absolute position and align it so that it sits on top of the...
Read more >How to build a floating label input field - ITNEXT
Let's take a look at building a floating label for input fields using css animations and es6.
Read more ><input type="password"> - HTML: HyperText Markup Language
<input> elements of type password provide a way for the user to securely enter a password. The element is presented as a one-line...
Read more >Input label does not move up when value or placeholder is sp
I am trying to use mdbootstrap in my meteor app but am running into issues with forms: the label does not move above...
Read more >Avoid Placeholder Text by Animating Form Labels - Knowbility
Let's dive into one approach using CSS positioning and transitions: ... Move the labels to overlap the input fields. form input, form label...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Current component (MDL input) we are using is known for these kinds of problems. We had the same with Form component. I suggest we migrate login to material/input to get the same look and feel but more stable implementation. We already use that library so migration efforts should be minimal.
Reopening for reinvestigation