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
Should be able to auto-fill password by clicking on LastPass icon at right side of input box. This refers to the LastPass's Chrome extension.
Actual Behavior
Toggle icon displays over the LastPass icon, and is not clickable. There probably needs to be more right margin added to move the toggle icon to the left. Any other icon options used by vue-password-strength-meter should also be moved further to the left.
Environment
OS: Mac/Windows
NPM version: 6.14.8
vue.js version: 2.6.11
vue-password-strength-meter version: 1.7.1
The text was updated successfully, but these errors were encountered:
Google makes the input look like it ends beyond the icon, but that's a visual trick. The input field is shorter and (in this repo's case) .Password__icons sits outside the input field, not on top of it via position: absolute.
This might be a good idea, since it would ensure that both the character counter and the toggle icon would be safe from anything being inserted into (or on top of) the input field by password managers, browser or third-party.
Expected Behavior
Should be able to auto-fill password by clicking on LastPass icon at right side of input box. This refers to the LastPass's Chrome extension.
Actual Behavior
Toggle icon displays over the LastPass icon, and is not clickable. There probably needs to be more right margin added to move the toggle icon to the left. Any other icon options used by vue-password-strength-meter should also be moved further to the left.
Environment
The text was updated successfully, but these errors were encountered: