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
It looks like if the input is of password type, the width is not correctly calculated as the * placeholder should be used rather than the actual width of the character (which may not be fixed width).
It looks like if the input is of password type, the width is not correctly calculated as the
*
placeholder should be used rather than the actual width of the character (which may not be fixed width).This might be useful: https://stackoverflow.com/questions/16258194/imitate-a-password-type-input-while-using-a-contenteditable-div.
A quick test of
-webkit-text-security: disc
seemed to work on chrome though obviously that lacks portability.The text was updated successfully, but these errors were encountered: